Add initial sway configuration
Still misses configuration for login screen, lock screen and idle management.
This commit is contained in:
parent
7b585dec5a
commit
348bc866b7
5 changed files with 280 additions and 0 deletions
13
modules/sway.nix
Normal file
13
modules/sway.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
...
|
||||
}: {
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures = {
|
||||
base = true;
|
||||
gtk = true;
|
||||
};
|
||||
};
|
||||
xdg.portal.wlr.enable = true;
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue