Only override gnupg with guiSupport on graphical systems

This commit is contained in:
Charlotte Van Petegem 2020-02-26 13:49:49 +01:00
parent 37cec2a8e4
commit c1d1acb245
2 changed files with 1 additions and 2 deletions

View file

@ -39,7 +39,6 @@
};
programs.gnupg.agent.enable = true;
programs.gnupg.package = pkgs.gnupg.override { guiSupport = true; };
home-manager.users.charlotte = { pkgs, ... }: {
home.packages = with pkgs; [