diff --git a/hosts/dunamis/configuration.nix b/hosts/dunamis/configuration.nix index 3c8f8cf..ba43108 100644 --- a/hosts/dunamis/configuration.nix +++ b/hosts/dunamis/configuration.nix @@ -27,11 +27,6 @@ enable = true; user = "user"; }; - # TODO: make a module for autologin - # services.greetd.settings.initial_session = { - # user = "user"; - # command = "${pkgs.niri}/bin/niri-session"; - # }; module = { config = { diff --git a/hosts/legion/configuration.nix b/hosts/legion/configuration.nix index f429cfb..acd8142 100644 --- a/hosts/legion/configuration.nix +++ b/hosts/legion/configuration.nix @@ -23,17 +23,22 @@ desktop.niri.enable = true; + services.displayManager.autoLogin = { + enable = true; + user = "user"; + }; + module = { config = { laptop.homeRowMods = true; powerSave = true; - # secureBoot = true; - # tpmDiskUnlock = true; + secureBoot = true; + tpmDiskUnlock = true; vaapi = "nvidia"; }; stylix = { enable = true; - theme = "helios"; + theme = "gruvbox-dark-pale"; }; };