summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;