diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index 19a942f..d37779a 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -36,5 +36,22 @@ in }; security.sudo.wheelNeedsPassword = false; + + services.xserver = { + enable = true; + desktopManager.gnome.enable = true; + displayManager = { + autoLogin = { + enable = true; + user = "jalr"; + }; + gdm = { + enable = true; + autoSuspend = false; + }; + }; + exportConfiguration = true; + }; + system.stateVersion = "25.05"; }