summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-07-20 19:18:16 -0400
committerBen Sima <ben@bsima.me>2021-07-20 19:18:16 -0400
commit41128f9750942527af37c76d575a1e81db6af9c4 (patch)
tree83b7c58120d96cc40b64c2420fedf0c015f4a1c7 /profiles
parent704aea0bbfc32bec5cf5041cb86105d2872a0346 (diff)
set GPGID
Diffstat (limited to 'profiles')
-rw-r--r--profiles/workshop.nix3
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
];