aboutsummaryrefslogtreecommitdiff
path: root/void
diff options
context:
space:
mode:
authorStefan Weigl-Bosker <stefan@s00.xyz>2025-03-06 14:46:21 -0500
committerStefan Weigl-Bosker <stefan@s00.xyz>2025-03-06 14:46:21 -0500
commitf1480abf77a14d1427722c99604f34d37b5c45b6 (patch)
tree916c6ad21b8b509cddf1cb77607464047898c003 /void
parent6c1001c4dcbe7393fdead33d1c33f0fecf0da88d (diff)
downloadhome-f1480abf77a14d1427722c99604f34d37b5c45b6.tar.gz
pass
Diffstat (limited to 'void')
-rw-r--r--void/home.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/void/home.nix b/void/home.nix
index be724e6..08b9615 100644
--- a/void/home.nix
+++ b/void/home.nix
@@ -20,6 +20,10 @@
gpg.enable = true;
+ pass = {
+ enable = true;
+ };
+
neovim = {
enable = true;
};