summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2022-03-19 09:43:05 +0100
committerJulian T <julian@jtle.dk>2022-03-19 09:43:19 +0100
commit30a484ccb71279d68d6e475e50e39d4a0eeee990 (patch)
treebd1ffd636bf584c720ee0b074aa6ff8aece058b7
parent535cda761c846195e0e0f36bed6ad5e77587e794 (diff)
Keybinding and ncdu
-rw-r--r--core.nix2
-rw-r--r--desktop.nix2
2 files changed, 2 insertions, 2 deletions
diff --git a/core.nix b/core.nix
index f8678d6..99b2f76 100644
--- a/core.nix
+++ b/core.nix
@@ -54,7 +54,7 @@
unzip tig file whois nmap usbutils lshw gnumake
pv jq killall netcat-gnu perl pciutils
cowsay man-pages gcc binutils python3 python
- lm_sensors tmux fish kakoune
+ lm_sensors tmux fish kakoune ncdu
];
};
}
diff --git a/desktop.nix b/desktop.nix
index 765304d..e6a53f0 100644
--- a/desktop.nix
+++ b/desktop.nix
@@ -69,7 +69,7 @@
let mappings = [
{ from = "KEY_CAPSLOCK"; to = "KEY_LEFTCTRL"; }
{ from = "KEY_LEFTALT"; to = "KEY_LEFTMETA"; }
- { from = "KEY_LEFTCTRL"; to = "KEY_LEFTALT"; }
+ { from = "KEY_102ND"; to = "KEY_LEFTALT"; }
];
mapper = pkgs.callPackage ./intcp-mapper.nix { inherit mappings; };
intercept = pkgs.interception-tools;