diff options
Diffstat (limited to 'users/gkleen@hel.nix')
-rw-r--r-- | users/gkleen@hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/gkleen@hel.nix b/users/gkleen@hel.nix index fb65e343..159ad9d9 100644 --- a/users/gkleen@hel.nix +++ b/users/gkleen@hel.nix | |||
@@ -14,7 +14,7 @@ | |||
14 | ln -s $out/bin/gpg2 $out/bin/gpg | 14 | ln -s $out/bin/gpg2 $out/bin/gpg |
15 | ''; | 15 | ''; |
16 | }); | 16 | }); |
17 | gnupg-script = with pkgs; writeScript "gnupg-script" '' | 17 | gnupg-daemon = with pkgs; writeScriptBin "gnupg-daemon" '' |
18 | #!${stdenv.shell} | 18 | #!${stdenv.shell} |
19 | 19 | ||
20 | while ! systemctl --user show-environment | grep -qE '^DISPLAY='; do sleep 1; done | 20 | while ! systemctl --user show-environment | grep -qE '^DISPLAY='; do sleep 1; done |