mauville: enable hyprland by default and aautologin

This commit is contained in:
Aly Raffauf 2024-06-04 11:09:28 -04:00
parent 4cd846c8a0
commit 321641391e

View file

@ -48,7 +48,11 @@ in {
enable = true; enable = true;
greetd = { greetd = {
enable = true; enable = true;
session = config.programs.sway.package + "/bin/sway"; session = lib.getExe config.programs.hyprland.package;
autologin = {
enable = true;
user = "aly";
};
}; };
hyprland.enable = true; hyprland.enable = true;
sway.enable = true; sway.enable = true;