summary refs log tree commit diff stats
path: root/system/modules/programs/gnupg.nix
diff options
context:
space:
mode:
Diffstat (limited to 'system/modules/programs/gnupg.nix')
-rw-r--r--system/modules/programs/gnupg.nix10
1 files changed, 0 insertions, 10 deletions
diff --git a/system/modules/programs/gnupg.nix b/system/modules/programs/gnupg.nix
deleted file mode 100644
index 663bcb3c..00000000
--- a/system/modules/programs/gnupg.nix
+++ /dev/null
@@ -1,10 +0,0 @@
-{ config, pkgs, lib, ... }:
-
-{
-  environment.systemPackages = with pkgs; [
-    gnupg
-    pinentry
-    (python3.withPackages(ps: with ps; [ trezor_agent wheel ]))
-  ];
-  environment.variables.GNUPGHOME = "$HOME/.gnupg/trezor/";
-}