mirror of
https://github.com/davegallant/nix-config
synced 2025-08-07 05:02:28 +00:00
Refactor main
This commit is contained in:
10
main/desktop.nix
Normal file
10
main/desktop.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
|
||||
# Enable the GNOME 3 Desktop Environment.
|
||||
services.xserver.enable = true;
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome3.enable = true;
|
||||
|
||||
}
|
Reference in New Issue
Block a user