aboutsummaryrefslogtreecommitdiff
path: root/modules/gpg/default.nix
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-04-06 15:32:38 -0400
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-04-06 15:32:38 -0400
commit9ded962b7bb48df298568b04eac08eb658cc5edf (patch)
tree15e9a68e62e1a243439f389a24923f2f50804388 /modules/gpg/default.nix
parent4bc0c6912de76c20c52b23d8897f29a6524ebd67 (diff)
downloadhome-9ded962b7bb48df298568b04eac08eb658cc5edf.tar.gz
update
Diffstat (limited to 'modules/gpg/default.nix')
-rw-r--r--modules/gpg/default.nix6
1 files changed, 4 insertions, 2 deletions
diff --git a/modules/gpg/default.nix b/modules/gpg/default.nix
index 6f23ad9..be38513 100644
--- a/modules/gpg/default.nix
+++ b/modules/gpg/default.nix
@@ -12,6 +12,7 @@ in
config = mkIf cfg.enable {
home.packages = with pkgs; [
# pinentry-qt
+ pinentry-dmenu
];
# home.packages = with pkgs; [
# pinentry-bemenu
@@ -26,7 +27,8 @@ in
# enableNushellIntegration = true;
enableSshSupport = true;
noAllowExternalCache = true;
- pinentryPackage = pkgs.pinentry-qt;
+ # pinentryPackage = pkgs.pinentry-qt;
+ pinentryPackage = pkgs.pinentry-dmenu;
#sshKeys = [ "36663E191B00E51513F90FA5CF2BCE8461C297CD" ];
};
@@ -34,7 +36,7 @@ in
text = ''
asterisk= "";
prompt = "";
- font = "ComicShannsMono Nerd Font Mono:size=13";
+ font = "BerkeleyMonoPatched Nerd Font:size=13";
prompt_fg = "#cacaca";
prompt_bg = "#0d0d0d";
normal_fg = "#4c4c4c";