summaryrefslogtreecommitdiff
path: root/hosts/omar/desktop-environment/input.nix
diff options
context:
space:
mode:
authorLinnnus <[email protected]>2025-03-25 12:06:52 +0100
committerLinnnus <[email protected]>2025-03-25 12:06:52 +0100
commite89fa203c3f11a93fe8805e911744b3b8a049973 (patch)
tree1c2d2b145c69bc9be9214ffb21d403a44cc79931 /hosts/omar/desktop-environment/input.nix
parent7f8c32c8295610ec7e5b8e387ea52cfa88250496 (diff)
Remove omar
Diffstat (limited to 'hosts/omar/desktop-environment/input.nix')
-rw-r--r--hosts/omar/desktop-environment/input.nix10
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;
-}