This commit is contained in:
beanigen 2025-03-03 15:47:52 +08:00
parent f5f2fa95d4
commit 8c8c27fd44
No known key found for this signature in database
3 changed files with 8 additions and 2 deletions

View file

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