diff --git a/hosts/rustboro/default.nix b/hosts/rustboro/default.nix index 98187fb9..0493ce0a 100644 --- a/hosts/rustboro/default.nix +++ b/hosts/rustboro/default.nix @@ -31,8 +31,16 @@ }; desktop = { - cinnamon.enable = true; - lightdm.enable = true; + greetd = { + enable = true; + + autologin = { + enable = true; + user = "aly"; + }; + }; + + hyprland.enable = true; }; services = {