h
This commit is contained in:
parent
423bb3d4ae
commit
448172bafd
1 changed files with 5 additions and 0 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue