diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/prefect.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/prefect.nix b/system/prefect.nix index 38adf396..fc8c92e5 100644 --- a/system/prefect.nix +++ b/system/prefect.nix @@ -35,6 +35,10 @@ services.xserver.monitorSection = '' Option "DPMS" ''; + services.displayManager.autoLogin = { + user = "alan"; + enable = true; + }; boot.kernelPackages = pkgs.linuxPackages_xanmod; boot.extraModulePackages = with config.boot.kernelPackages; [ |