From 39c1ff5628d6ea78ad3736c8a54ad5b836c61205 Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Fri, 23 May 2025 11:30:03 -0700 Subject: Remove some uses of with --- home/nipsy/common/optional/desktops/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'home') 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"; -- cgit v1.2.3