summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 4958a58f..72d2de7a 100644
--- a/hel.nix
+++ b/hel.nix
@@ -354,6 +354,7 @@
354 "umount".source = "${pkgs.utillinux.bin}/bin/umount"; 354 "umount".source = "${pkgs.utillinux.bin}/bin/umount";
355 "newgrp".source = "${pkgs.shadow}/bin/newgrp"; 355 "newgrp".source = "${pkgs.shadow}/bin/newgrp";
356 "sg".source = "${pkgs.shadow}/bin/sg"; 356 "sg".source = "${pkgs.shadow}/bin/sg";
357 "mount.cifs".source = "${pkgs.cifs-utils}/bin/mount.cifs";
357 "thinklight".source = 358 "thinklight".source =
358 "${(pkgs.callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; })}/bin/thinklight"; 359 "${(pkgs.callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; })}/bin/thinklight";
359 "notify-gkleen" = { 360 "notify-gkleen" = {
@@ -585,4 +586,3 @@
585 ''; 586 '';
586 }; 587 };
587} 588}
588