diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-21 15:55:25 +0200 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-07-21 15:55:25 +0200 |
| commit | c93c2951a71c3c88806db829a41ae34799d4c84a (patch) | |
| tree | 2517afc623898aeb050000648dfa137a36685e66 | |
| parent | b572c286524ebf8dfeb6e47a24dec058be8efcbf (diff) | |
| download | nixos-c93c2951a71c3c88806db829a41ae34799d4c84a.tar nixos-c93c2951a71c3c88806db829a41ae34799d4c84a.tar.gz nixos-c93c2951a71c3c88806db829a41ae34799d4c84a.tar.bz2 nixos-c93c2951a71c3c88806db829a41ae34799d4c84a.tar.xz nixos-c93c2951a71c3c88806db829a41ae34799d4c84a.zip | |
notify-gkleen
| -rw-r--r-- | hel.nix | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -247,6 +247,9 @@ | |||
| 247 | ''; | 247 | ''; |
| 248 | 248 | ||
| 249 | setuidPrograms = ["slock" "mount" "mount.nfs" "umount" "newgrp" "thinklight"]; | 249 | setuidPrograms = ["slock" "mount" "mount.nfs" "umount" "newgrp" "thinklight"]; |
| 250 | |||
| 251 | setuidOwners = [ { group = "users"; owner = "gkleen"; permissions = "u+rx,g+x,o+x"; program = "notify-gkleen"; source = ''${pkgs.libnotify}/bin/notify-send''; setgid = true; setuid = true; } | ||
| 252 | ]; | ||
| 250 | }; | 253 | }; |
| 251 | 254 | ||
| 252 | time.timeZone = "Europe/Berlin"; | 255 | time.timeZone = "Europe/Berlin"; |
