diff options
Diffstat (limited to '')
-rw-r--r-- | home/nipsy/common/optional/desktops/default.nix | 4 |
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"; |