update: modularize pass and add pass-audit extension

This commit is contained in:
Veneficium 2024-08-16 12:25:31 +02:00
parent 2de023a52f
commit 42d3520f39
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{pkgs, ...}: {
programs.password-store = {
enable = true;
package = pkgs.pass-wayland.withExtensions ( exts: [exts.pass-checkup exts.pass-audit]);
};
}

View file

@ -11,6 +11,7 @@
../../homeManagerModules/cliPrograms/hyfetch.nix
../../homeManagerModules/cliPrograms/bun.nix
../../homeManagerModules/cliPrograms/git.nix
../../homeManagerModules/cliPrograms/pass.nix
];
home.username = "fedfer";
@ -33,7 +34,6 @@
fira-code-nerdfont
powertop
git-credential-manager
pass-wayland
];
nixpkgs.config.allowUnfree = true;