diff options
author | Ben Sima <ben@bsima.me> | 2021-07-20 19:18:16 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-07-20 19:18:16 -0400 |
commit | 41128f9750942527af37c76d575a1e81db6af9c4 (patch) | |
tree | 83b7c58120d96cc40b64c2420fedf0c015f4a1c7 | |
parent | 704aea0bbfc32bec5cf5041cb86105d2872a0346 (diff) |
set GPGID
-rw-r--r-- | profiles/workshop.nix | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/workshop.nix b/profiles/workshop.nix index 0836ef9..0691b61 100644 --- a/profiles/workshop.nix +++ b/profiles/workshop.nix @@ -6,6 +6,9 @@ ../lib/linux.nix ]; home = { + sessionVariables = { + GPGID = "C184FB3920E3510D"; + }; packages = with pkgs; [ weechat ]; |