summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregor Kleen <gkleen@yggdrasil.li>2018-04-30 15:01:16 +0200
committerGregor Kleen <gkleen@yggdrasil.li>2018-04-30 15:01:16 +0200
commit515686ae609631c2e6f1948daeba1e150c16619a (patch)
tree24cdf17c19c92528522824b2b84780bd230c7a6a
parentcab2969d30f39b98b2d1b29f6c980ec834770251 (diff)
downloadnixos-515686ae609631c2e6f1948daeba1e150c16619a.tar
nixos-515686ae609631c2e6f1948daeba1e150c16619a.tar.gz
nixos-515686ae609631c2e6f1948daeba1e150c16619a.tar.bz2
nixos-515686ae609631c2e6f1948daeba1e150c16619a.tar.xz
nixos-515686ae609631c2e6f1948daeba1e150c16619a.zip
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index 4958a58f..72d2de7a 100644
--- a/hel.nix
+++ b/hel.nix
@@ -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