summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--users/gkleen@hel.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/users/gkleen@hel.nix b/users/gkleen@hel.nix
index 472d07a1..28548a84 100644
--- a/users/gkleen@hel.nix
+++ b/users/gkleen@hel.nix
@@ -9,6 +9,11 @@
9 --add-flags --force-device-scale-factor=1.6 9 --add-flags --force-device-scale-factor=1.6
10 ''; 10 '';
11 }; 11 };
12 gnupg = pkgs.lib.overrideDerivation pkgs.gnupg (oldAttrs: {
13 postInstall = ''
14 ln -s $out/bin/gpg2 $out/bin/gpg
15 '';
16 });
12 } // (import ../utils/nix/default.nix) {}; 17 } // (import ../utils/nix/default.nix) {};
13 18
14 allowUnfree = true; 19 allowUnfree = true;