diff options
Diffstat (limited to 'hosts/omar/desktop-environment/input.nix')
-rw-r--r-- | hosts/omar/desktop-environment/input.nix | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/hosts/omar/desktop-environment/input.nix b/hosts/omar/desktop-environment/input.nix deleted file mode 100644 index 63cddca..0000000 --- a/hosts/omar/desktop-environment/input.nix +++ /dev/null @@ -1,10 +0,0 @@ -{ - # Configure keymap in X11 - services.xserver.xkb.layout = "dk"; - services.xserver.xkb.options = "caps:escape"; - - console.useXkbConfig = true; - - # Enable touchpad support (enabled default in most desktopManager). - services.libinput.enable = true; -} |