update: modularize pass and add pass-audit extension
This commit is contained in:
parent
2de023a52f
commit
42d3520f39
2 changed files with 7 additions and 1 deletions
6
homeManagerModules/cliPrograms/pass.nix
Normal file
6
homeManagerModules/cliPrograms/pass.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{pkgs, ...}: {
|
||||||
|
programs.password-store = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.pass-wayland.withExtensions ( exts: [exts.pass-checkup exts.pass-audit]);
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
../../homeManagerModules/cliPrograms/hyfetch.nix
|
../../homeManagerModules/cliPrograms/hyfetch.nix
|
||||||
../../homeManagerModules/cliPrograms/bun.nix
|
../../homeManagerModules/cliPrograms/bun.nix
|
||||||
../../homeManagerModules/cliPrograms/git.nix
|
../../homeManagerModules/cliPrograms/git.nix
|
||||||
|
../../homeManagerModules/cliPrograms/pass.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.username = "fedfer";
|
home.username = "fedfer";
|
||||||
|
|
@ -33,7 +34,6 @@
|
||||||
fira-code-nerdfont
|
fira-code-nerdfont
|
||||||
powertop
|
powertop
|
||||||
git-credential-manager
|
git-credential-manager
|
||||||
pass-wayland
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue