about summary refs log tree commit diff
path: root/hosts/carmel/configuration.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-08 09:31:18 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-08 09:31:18 -0800
commitb01d6771164f64362a27188cd3a0b10fbce1a6c5 (patch)
tree3a66419d257e512375fd8198167b956889fbb0b8 /hosts/carmel/configuration.nix
parentsystems: drop nix.settings (diff)
downloadworld-b01d6771164f64362a27188cd3a0b10fbce1a6c5.tar.gz
xserver: initial configuration
Enable it for the desktop.
Diffstat (limited to 'hosts/carmel/configuration.nix')
-rw-r--r--hosts/carmel/configuration.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/hosts/carmel/configuration.nix b/hosts/carmel/configuration.nix
index 8f8a5fb..d892bda 100644
--- a/hosts/carmel/configuration.nix
+++ b/hosts/carmel/configuration.nix
@@ -34,15 +34,7 @@
     keyMap = "us";
   };
 
-  # Enable the X11 windowing system.
-  services.xserver.enable = true;
-
-  # Configure keymap in X11
-  services.xserver.layout = "us";
-  services.xserver.xkbOptions = "eurosign:e";
-
   # Enable CUPS to print documents.
-
   # Enable sound.
   # sound.enable = true;
   # hardware.pulseaudio.enable = true;