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