summaryrefslogtreecommitdiff
path: root/hosts/ali/desktop-environment/input.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2025-03-23 22:05:01 +0000
committerLinnnus <[email protected]>2025-03-23 22:05:01 +0000
commit7f8c32c8295610ec7e5b8e387ea52cfa88250496 (patch)
treec1ce2d9c30b4597b199df1baa0f889b737444d16 /hosts/ali/desktop-environment/input.nix
parent94743c25a092fa9aa19182542b2d2026c6f88b1e (diff)
hosts/ali: Init
Diffstat (limited to 'hosts/ali/desktop-environment/input.nix')
-rw-r--r--hosts/ali/desktop-environment/input.nix10
1 files changed, 10 insertions, 0 deletions
diff --git a/hosts/ali/desktop-environment/input.nix b/hosts/ali/desktop-environment/input.nix
new file mode 100644
index 0000000..63cddca
--- /dev/null
+++ b/hosts/ali/desktop-environment/input.nix
@@ -0,0 +1,10 @@
+{
+ # 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;
+}