diff options
author | Franck Cuny <franck@fcuny.net> | 2022-02-08 09:31:18 -0800 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-02-08 09:31:18 -0800 |
commit | b01d6771164f64362a27188cd3a0b10fbce1a6c5 (patch) | |
tree | 3a66419d257e512375fd8198167b956889fbb0b8 /hosts/carmel | |
parent | systems: drop nix.settings (diff) | |
download | world-b01d6771164f64362a27188cd3a0b10fbce1a6c5.tar.gz |
xserver: initial configuration
Enable it for the desktop.
Diffstat (limited to '')
-rw-r--r-- | hosts/carmel/configuration.nix | 8 |
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; |