diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2017-05-30 14:07:25 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2017-05-30 14:07:25 +0200 |
commit | 968d71bbfdbe02b3d68979f980404e0c77b05c22 (patch) | |
tree | 1fef482c01254e6b0dd5b10b6cd1da8f1210f488 | |
parent | 41db4be212184f3444ca8cb988a8006cd869de6a (diff) | |
download | nixos-968d71bbfdbe02b3d68979f980404e0c77b05c22.tar nixos-968d71bbfdbe02b3d68979f980404e0c77b05c22.tar.gz nixos-968d71bbfdbe02b3d68979f980404e0c77b05c22.tar.bz2 nixos-968d71bbfdbe02b3d68979f980404e0c77b05c22.tar.xz nixos-968d71bbfdbe02b3d68979f980404e0c77b05c22.zip |
Wrap sg
-rw-r--r-- | hel.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -368,6 +368,7 @@ | |||
368 | "mount".source = "${pkgs.utillinux.bin}/bin/mount"; | 368 | "mount".source = "${pkgs.utillinux.bin}/bin/mount"; |
369 | "umount".source = "${pkgs.utillinux.bin}/bin/umount"; | 369 | "umount".source = "${pkgs.utillinux.bin}/bin/umount"; |
370 | "newgrp".source = "${pkgs.shadow}/bin/newgrp"; | 370 | "newgrp".source = "${pkgs.shadow}/bin/newgrp"; |
371 | "sg".source = "${pkgs.shadow}/bin/sg"; | ||
371 | "thinklight".source = | 372 | "thinklight".source = |
372 | "${(pkgs.callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; })}/bin/thinklight"; | 373 | "${(pkgs.callPackage ./custom/thinklight.nix { thinklight = "kbd_backlight"; })}/bin/thinklight"; |
373 | "notify-gkleen" = { | 374 | "notify-gkleen" = { |