Add gnome
This commit is contained in:
parent
82359ace82
commit
e808aa4d67
1 changed files with 11 additions and 0 deletions
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue