aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--home/nipsy/common/optional/desktops/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/home/nipsy/common/optional/desktops/default.nix b/home/nipsy/common/optional/desktops/default.nix
index 26e369a..5f5b4b0 100644
--- a/home/nipsy/common/optional/desktops/default.nix
+++ b/home/nipsy/common/optional/desktops/default.nix
@@ -9,8 +9,8 @@
programs.password-store = {
enable = true;
- package = pkgs.pass.withExtensions (exts: with exts; [
- pass-otp
+ package = pkgs.pass.withExtensions (exts: [
+ exts.pass-otp
]);
settings = {
PASSWORD_STORE_DIR = "${config.home.homeDirectory}/.password-store";