mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 03:33:55 -05:00
mauville: switch to hyprland
This commit is contained in:
parent
a76633d151
commit
fdb33fc92b
|
@ -114,10 +114,11 @@ in {
|
||||||
greetd = {
|
greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
autologin = "aly";
|
autologin = "aly";
|
||||||
session = lib.getExe config.programs.sway.package;
|
session = lib.getExe config.programs.hyprland.package;
|
||||||
};
|
};
|
||||||
|
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
|
hyprland.enable = true;
|
||||||
sway.enable = true;
|
sway.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue