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