Merge remote-tracking branch 'refs/remotes/origin/main'
This commit is contained in:
commit
fae1feb448
8 changed files with 277 additions and 5 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue