mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-21 19:13:55 -05:00
mauville: sway by default
This commit is contained in:
parent
968e8689e0
commit
001c39f156
|
@ -150,10 +150,11 @@ in {
|
|||
greetd = {
|
||||
enable = true;
|
||||
autologin = "aly";
|
||||
session = lib.getExe config.programs.sway.package;
|
||||
};
|
||||
|
||||
hyprland.enable = true;
|
||||
steam.enable = true;
|
||||
sway.enable = true;
|
||||
};
|
||||
|
||||
users = {
|
||||
|
|
Loading…
Reference in a new issue