diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-02-20 01:45:53 +0100 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-02-20 01:45:53 +0100 |
commit | d32974e2bc198f05af65ff0826f54554a58a89ce (patch) | |
tree | 60c184fed873ddb6059ceae97e7afd6814c42dd3 | |
parent | 61ceac5fbd1f12727a3b60aa821daee2f8332042 (diff) | |
download | nixos-d32974e2bc198f05af65ff0826f54554a58a89ce.tar nixos-d32974e2bc198f05af65ff0826f54554a58a89ce.tar.gz nixos-d32974e2bc198f05af65ff0826f54554a58a89ce.tar.bz2 nixos-d32974e2bc198f05af65ff0826f54554a58a89ce.tar.xz nixos-d32974e2bc198f05af65ff0826f54554a58a89ce.zip |
scoping
-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"; |