summaryrefslogtreecommitdiff
path: root/hel.nix
diff options
context:
space:
mode:
Diffstat (limited to 'hel.nix')
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 79deac49..a85797a5 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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";