summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2026-02-05 22:34:41 -0600
committerozpv <39195175+ozpv@users.noreply.github.com>2026-02-05 22:34:41 -0600
commitd96a17e76af7415296bf2f0b33bc8f233e9d5b5a (patch)
tree8b668864c8364a68988608a75772716a72b760dd
parent02d5fd082b045e257698ec63c9a52c063eae6a06 (diff)
Remap keyboard
-rw-r--r--configuration.nix16
1 files changed, 15 insertions, 1 deletions
diff --git a/configuration.nix b/configuration.nix
index 88dee17..1797d1f 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -124,7 +124,21 @@
xkb.layout = "us";
xkb.variant = "";
};
-
+
+ services.keyd = {
+ enable = true;
+ keyboards = {
+ default = {
+
+ ids = [ "*" ];
+ settings = {
+ main = {
+ capslock = "backspace";
+ };
+ };
+ };
+ };
+};
# compostior
services.picom.enable = true;