diff options
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | |||