chore: flake update + optimizations

This commit is contained in:
2026-03-29 13:33:22 +02:00
parent 45626c5af4
commit 2d4efa5d23
11 changed files with 138 additions and 96 deletions

View File

@@ -12,6 +12,9 @@ in {
config = mkIf cfg.enable {
programs.password-store = {
enable = true;
settings = {
PASSWORD_STORE_DIR = "$XDG_DATA_HOME/password-store";
};
package =
pkgs.pass-wayland.withExtensions
(exts: [exts.pass-otp exts.pass-import]);