diff options
-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 ]; |