more sway stuff

This commit is contained in:
Schrottkatze 2024-06-12 13:25:51 +02:00
commit 11d200f60b
No known key found for this signature in database
2 changed files with 13 additions and 2 deletions

View file

@ -20,7 +20,8 @@
};
security.polkit.enable = true;
programs.sway.enable = true;
# programs.sway.enable = true;
services.displayManager.defaultSession = "none+xmonad";
# services.displayManager.defaultSession = "none+xmonad";
services.displayManager.defaultSession = "sway";
}