From 9b8287c9c99935f992e0f471cc12b2beaa803759 Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Sun, 8 Jan 2023 12:33:19 +0100 Subject: [PATCH] sombrero: cleanup configuration.nix --- hosts/sombrero/configuration.nix | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/hosts/sombrero/configuration.nix b/hosts/sombrero/configuration.nix index 440efd9..d31b35e 100644 --- a/hosts/sombrero/configuration.nix +++ b/hosts/sombrero/configuration.nix @@ -97,14 +97,7 @@ git ]; - # Configure keymap in X11 - # services.xserver.layout = "us"; - # services.xserver.xkbOptions = { - # "eurosign:e"; - # "caps:escape" # map caps to escape. - # }; - - # Copy the NixOS configuration file and link it from the resulting system + # Copy the NixOS configuration file and link it from the resulting system # (/run/current-system/configuration.nix). This is useful in case you # accidentally delete configuration.nix. # system.copySystemConfiguration = true;