This commit is contained in:
beanigen 2025-07-05 19:33:50 +08:00 committed by maya
parent 423bb3d4ae
commit 448172bafd
No known key found for this signature in database

View file

@ -37,6 +37,11 @@
tags_separator = ";";
};
};
programs.password-store = {
enable = true;
package = pkgs.pass.withExtensions (exts: [exts.pass-otp exts.pass-import]);
settings = { PASSWORD_STORE_DIR = "$HOME/sync/general/pass"; };
};
services.mpd = {
enable = true;
musicDirectory = "/home/${vars.user}/Music";