Merge remote-tracking branch 'refs/remotes/origin/main'

This commit is contained in:
beanigen 2025-03-03 20:46:20 +08:00
commit fae1feb448
No known key found for this signature in database
8 changed files with 277 additions and 5 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";