diff --git a/hosts/vm/configuration.nix b/hosts/vm/configuration.nix index 0bb3f5d..12165f9 100644 --- a/hosts/vm/configuration.nix +++ b/hosts/vm/configuration.nix @@ -30,5 +30,16 @@ in }; security.sudo.wheelNeedsPassword = false; + + services.xserver = { + enable = true; + desktopManager.gnome.enable = true; + displayManager.gdm = { + enable = true; + autoSuspend = false; + }; + exportConfiguration = true; + }; + system.stateVersion = "25.05"; }