summaryrefslogtreecommitdiff
path: root/hosts/sol/configuration.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/sol/configuration.nix')
-rw-r--r--hosts/sol/configuration.nix9
1 files changed, 1 insertions, 8 deletions
diff --git a/hosts/sol/configuration.nix b/hosts/sol/configuration.nix
index 2106d05..b77debe 100644
--- a/hosts/sol/configuration.nix
+++ b/hosts/sol/configuration.nix
@@ -34,14 +34,7 @@
services.xserver.displayManager.lightdm.enable = true;
services.xserver.desktopManager.cinnamon.enable = true;
- # Configure keymap in X11
- services.xserver.xkb = {
- layout = "us";
- variant = "dvorak-alt-intl";
- };
-
- # Configure console keymap
- console.keyMap = "dvorak";
+ keyboard.desktop = true;
# Enable CUPS to print documents.
services.printing.enable = true;