diff --git a/systems/muninn/default.nix b/systems/muninn/default.nix index a63b279..fd65e41 100644 --- a/systems/muninn/default.nix +++ b/systems/muninn/default.nix @@ -29,11 +29,6 @@ security.rtkit.enable = true; services = { - displayManager = { - enable = true; - autoLogin.user = "gaming"; - }; - getty = { loginProgram = "${pkgs.gamescope}/bin/gamescope"; loginOptions = "${pkgs.steam}/bin/steam -bigpicture";