summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/hel.nix b/hel.nix
index a1b28e62..814c2cc2 100644
--- a/hel.nix
+++ b/hel.nix
@@ -368,6 +368,7 @@
368 "mount".source = "${pkgs.utillinux.bin}/bin/mount"; 368 "mount".source = "${pkgs.utillinux.bin}/bin/mount";
369 "umount".source = "${pkgs.utillinux.bin}/bin/umount"; 369 "umount".source = "${pkgs.utillinux.bin}/bin/umount";
370 "newgrp".source = "${pkgs.shadow}/bin/newgrp"; 370 "newgrp".source = "${pkgs.shadow}/bin/newgrp";
371 "sg".source = "${pkgs.shadow}/bin/sg";
371 "thinklight".source = 372 "thinklight".source =
372 "${(pkgs.callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; })}/bin/thinklight"; 373 "${(pkgs.callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; })}/bin/thinklight";
373 "notify-gkleen" = { 374 "notify-gkleen" = {