h
This commit is contained in:
parent
f5f2fa95d4
commit
8c8c27fd44
3 changed files with 8 additions and 2 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