diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-30 15:01:16 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2018-04-30 15:01:16 +0200 |
commit | 515686ae609631c2e6f1948daeba1e150c16619a (patch) | |
tree | 24cdf17c19c92528522824b2b84780bd230c7a6a | |
parent | cab2969d30f39b98b2d1b29f6c980ec834770251 (diff) | |
download | nixos-515686ae609631c2e6f1948daeba1e150c16619a.tar nixos-515686ae609631c2e6f1948daeba1e150c16619a.tar.gz nixos-515686ae609631c2e6f1948daeba1e150c16619a.tar.bz2 nixos-515686ae609631c2e6f1948daeba1e150c16619a.tar.xz nixos-515686ae609631c2e6f1948daeba1e150c16619a.zip |
…
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | |||