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