Modularize '/etc/configuration.nix'
This commit is contained in:
11
modules/x.nix
Normal file
11
modules/x.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
displayManager.gdm.enable = true;
|
||||
desktopManager.gnome.enable = true;
|
||||
xkb.layout = "us";
|
||||
xkb.variant = "";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user