update: nixos-26.05
This commit is contained in:
parent
7b6e082414
commit
834fbccfc8
11 changed files with 72 additions and 64 deletions
|
|
@ -13,6 +13,9 @@ in
|
|||
config = lib.mkIf cfg.enable {
|
||||
programs.password-store = {
|
||||
enable = true;
|
||||
settings = {
|
||||
PASSWORD_STORE_DIR = "${config.xdg.dataHome}/password-store";
|
||||
};
|
||||
package = pkgs.pass.withExtensions (
|
||||
ex: with ex; [
|
||||
pass-otp
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue