diff options
| author | Dominik Kaiser | 2025-02-21 12:08:28 +0100 |
|---|---|---|
| committer | Dominik Kaiser | 2025-02-21 12:08:28 +0100 |
| commit | f399d9ad109068c9b9a5059e445d6276d666da7d (patch) | |
| tree | 4224a1cb8adad098161d8536cad7fec1aa50fd12 /hosts/sol | |
| parent | 5a29538e79f6a8b0d57e23fc930ef6e8e1acaa7c (diff) | |
| download | nixos-f399d9ad109068c9b9a5059e445d6276d666da7d.tar.gz nixos-f399d9ad109068c9b9a5059e445d6276d666da7d.zip | |
Modularize keyboard settings
Diffstat (limited to 'hosts/sol')
| -rw-r--r-- | hosts/sol/configuration.nix | 9 |
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; |
