aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hosts/darwin/home.nix1
-rw-r--r--hosts/nixos/home.nix5
2 files changed, 6 insertions, 0 deletions
diff --git a/hosts/darwin/home.nix b/hosts/darwin/home.nix
index cb360d7..3a10980 100644
--- a/hosts/darwin/home.nix
+++ b/hosts/darwin/home.nix
@@ -21,6 +21,7 @@
maven
cmake
gnupg
+ pinentry-curses
lua-language-server
pyright
go
diff --git a/hosts/nixos/home.nix b/hosts/nixos/home.nix
index 518f0d1..311537e 100644
--- a/hosts/nixos/home.nix
+++ b/hosts/nixos/home.nix
@@ -20,6 +20,10 @@
fzf
htop
imv
+ zip
+ gnupg
+ pinentry-curses
+ unzip
pfetch
ffmpeg
mangal
@@ -78,6 +82,7 @@
spicetify.enable = true;
zathura.enable = true;
firefox.enable = true;
+ gpg.enable = true;
nvf.enable = true;
vscode.enable = true;