sombrero: cleanup configuration.nix

This commit is contained in:
Alexander Heldt
2023-01-08 12:33:19 +01:00
parent 4dbff06d3c
commit 9b8287c9c9

View File

@@ -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;