rework installation template based on received feedback
This commit is contained in:
5
templates/new-clan/modules/gnome.nix
Normal file
5
templates/new-clan/modules/gnome.nix
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
services.xserver.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
}
|
||||
Reference in New Issue
Block a user