about summary refs log tree commit diff stats
path: root/nix-conf/home/includes
diff options
context:
space:
mode:
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
   ];