diff --git a/systems/muninn/default.nix b/systems/muninn/default.nix index 42ae462..a63b279 100644 --- a/systems/muninn/default.nix +++ b/systems/muninn/default.nix @@ -1,3 +1,4 @@ +{ pkgs, ... }: { imports = [ ../../users/richie @@ -33,6 +34,12 @@ autoLogin.user = "gaming"; }; + getty = { + loginProgram = "${pkgs.gamescope}/bin/gamescope"; + loginOptions = "${pkgs.steam}/bin/steam -bigpicture"; + autologinUser = "gaming"; + }; + openssh.ports = [ 262 ]; printing.enable = true;