Draft
Conversation
GregHilston
reviewed
Jul 15, 2025
nixos/modules/programs/gui/sway/Wallpapers/wallpaper-theme-converter24.png
Show resolved
Hide resolved
Owner
|
@saylesss88 totally follow that it's a rough draft. I'll have to learn how to use sway and it's commands but I do like what I'm seeing a lot! |
Contributor
Author
|
Cool, yeah we'll get it to where you want it. I was able to get it to build on my intel laptop successfully and it was functional but needs a lot of work haha. What I did was change the isengard configuration to my host and username and generated my own hardware-configuration.nix and built it. FYI my intel laptop is painfully slow haha only 4G of RAM but it works.. |
Owner
|
Okay cool. You know more about stylix then I. If it makes more sense to not
rely on styliz, I'm happy to not have that integrate.
Ideally shared configs are in one spot, but I'm happy to break that
convention if you think there's a reason to.
You'll know best on this
…On Tue, Jul 15, 2025, 8:11 AM saylesss88 ***@***.***> wrote:
*saylesss88* left a comment (GregHilston/toolbox#42)
<#42 (comment)>
Cool, yeah we'll get it to where you want it. I was able to get it to
build on my intel laptop successfully and it was functional but needs a lot
of work haha. What I did was change the isengard configuration to my host
and username and generated my own hardware-configuration.nix and built it.
FYI my intel laptop is painfully slow haha only 4G of RAM but it works..
—
Reply to this email directly, view it on GitHub
<#42 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABAIFQG4HKRE2XSB25BR7DD3ITVWNAVCNFSM6AAAAACBPYGVGGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZTANZTGM2TQMZXGM>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
fix: conflicts with `wlogout.nix` and `swaylock.nix`, switch shell to `alacritty`
In order for it to work we need to tell NixOS to create a basic PAM
configuration for swaylock by adding the following to
`common/default.nix`:
```nix
security.pam.services.swaylock = {};
```
Now, after 5 minutes swaylock will lock your screen, just enter
your password to unlock it.
Needed swayidle to launch `${pkgs.swaylock-effects}/bin/swaylock`
rather than `${pkgs.swaylock-effects}/bin/swaylock-effects` for it
to work correctly.
Contributor
Author
|
I have made quite a few changes to this taking your feedback.
|
Owner
|
The draft status has zero impact on my ability to test this out ;) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Initial Rough draft of Sway