about summary refs log tree commit diff stats
path: root/nix-conf/home/includes
diff options
context:
space:
mode:
authorDavid Morgan <djm_uk@protonmail.com>2024-05-16 07:00:20 +0100
committerDavid Morgan <djm_uk@protonmail.com>2024-05-16 07:00:20 +0100
commit72f7214e9d8a20a0781c4c045556a657ffe6fc15 (patch)
tree51ad3b1e7eecf7f06b66d485b937e6d7879c3386 /nix-conf/home/includes
parent9d2676bbfb7718cff9a7862b701eca0b9ace18fd (diff)
downloaddotfiles-72f7214e9d8a20a0781c4c045556a657ffe6fc15.tar.gz
Move pinentry config
Diffstat (limited to 'nix-conf/home/includes')
-rw-r--r--nix-conf/home/includes/common.nix1
-rw-r--r--nix-conf/home/includes/linux-dev.nix1
-rw-r--r--nix-conf/home/includes/linux-server.nix1
3 files changed, 2 insertions, 1 deletions
diff --git a/nix-conf/home/includes/common.nix b/nix-conf/home/includes/common.nix
index 3e299fd..83cd1ef 100644
--- a/nix-conf/home/includes/common.nix
+++ b/nix-conf/home/includes/common.nix
@@ -56,7 +56,6 @@ in
     nix-prefetch-github
     nixpkgs-review
     nvd
-    pinentry
     pass
     ripgrep
     rlwrap
diff --git a/nix-conf/home/includes/linux-dev.nix b/nix-conf/home/includes/linux-dev.nix
index 3581a81..0da4099 100644
--- a/nix-conf/home/includes/linux-dev.nix
+++ b/nix-conf/home/includes/linux-dev.nix
@@ -13,6 +13,7 @@
   home.packages = with pkgs; [
     mpv
     mu
+    pinentry
     protonvpn-cli
     youtube-dl
   ];
diff --git a/nix-conf/home/includes/linux-server.nix b/nix-conf/home/includes/linux-server.nix
index 25ca2fa..dc54f59 100644
--- a/nix-conf/home/includes/linux-server.nix
+++ b/nix-conf/home/includes/linux-server.nix
@@ -9,6 +9,7 @@
     irssi
     msmtp
     neomutt
+    pinentry
     restic
   ];