From 0bb68808ac21846b14a060f226a7190785857073 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Fri, 14 Feb 2025 18:41:59 +0000 Subject: [PATCH 1/4] Install pinentry-rofi --- config/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/config/home.nix b/config/home.nix index 4f8c5bc..a77e17b 100644 --- a/config/home.nix +++ b/config/home.nix @@ -98,6 +98,7 @@ in { os-prober pavucontrol picom + pinentry-rofi playerctl plexamp pm2 From c9d1325f4f1a6ad3060defed84b282b3d1363012 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Fri, 14 Feb 2025 18:44:04 +0000 Subject: [PATCH 2/4] Use pinentry-rofi --- system/shared.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/system/shared.nix b/system/shared.nix index 85c4655..b9ab77f 100644 --- a/system/shared.nix +++ b/system/shared.nix @@ -121,6 +121,8 @@ programs.neovim.defaultEditor = true; + programs.gnupg.agent.pinentryPackage = pkgs.pinentry-rofi + fonts = { packages = with pkgs; [ noto-fonts From e03c28be914f431665d5d623730a4c5226046a72 Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Fri, 14 Feb 2025 18:44:30 +0000 Subject: [PATCH 3/4] Fix typo --- system/shared.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/shared.nix b/system/shared.nix index b9ab77f..0aebe22 100644 --- a/system/shared.nix +++ b/system/shared.nix @@ -121,7 +121,7 @@ programs.neovim.defaultEditor = true; - programs.gnupg.agent.pinentryPackage = pkgs.pinentry-rofi + programs.gnupg.agent.pinentryPackage = pkgs.pinentry-rofi; fonts = { packages = with pkgs; [ From d482f9c43aebd567d6e2eb47ccdf86a3f1f09e9c Mon Sep 17 00:00:00 2001 From: Ethan Lane Date: Fri, 14 Feb 2025 18:46:47 +0000 Subject: [PATCH 4/4] Install pinentry-curses --- config/home.nix | 2 +- system/shared.nix | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/config/home.nix b/config/home.nix index a77e17b..f0d3b13 100644 --- a/config/home.nix +++ b/config/home.nix @@ -98,7 +98,7 @@ in { os-prober pavucontrol picom - pinentry-rofi + pinentry-curses playerctl plexamp pm2 diff --git a/system/shared.nix b/system/shared.nix index 0aebe22..85c4655 100644 --- a/system/shared.nix +++ b/system/shared.nix @@ -121,8 +121,6 @@ programs.neovim.defaultEditor = true; - programs.gnupg.agent.pinentryPackage = pkgs.pinentry-rofi; - fonts = { packages = with pkgs; [ noto-fonts