diff options
Diffstat (limited to 'hel.nix')
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -354,7 +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 | "thinklight".source = | 356 | "thinklight".source = |
357 | "${(callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; })}/bin/thinklight"; | 357 | "${(pkgs.callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; })}/bin/thinklight"; |
358 | "notify-gkleen" = { | 358 | "notify-gkleen" = { |
359 | group = "users"; | 359 | group = "users"; |
360 | owner = "gkleen"; | 360 | owner = "gkleen"; |