From 1feb66d19ac925e317c3bff0e0dad83cb38b71d4 Mon Sep 17 00:00:00 2001 From: Jarkko Toivanen Date: Wed, 10 May 2023 19:45:18 +0300 Subject: [PATCH] GPG Stuff --- nixos/desktop/configuration.nix | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/nixos/desktop/configuration.nix b/nixos/desktop/configuration.nix index b88166b..5ca2eaa 100644 --- a/nixos/desktop/configuration.nix +++ b/nixos/desktop/configuration.nix @@ -207,6 +207,7 @@ programs.iotop.enable = true; programs.htop.enable = true; programs.tmux.enable = true; + programs.seahorse.enable = true; environment.systemPackages = with pkgs; [ wget emacs @@ -274,6 +275,12 @@ ]; }; + programs.gnupg.agent = { + enable = true; + pinentryFlavor = "gtk2"; + enableSSHSupport = true; + }; + # This value determines the NixOS release from which the default # settings for stateful data, like file locations and database versions # on your system were taken. It is perfectly fine and recommended to leave