bundle mpc with mpd module
This commit is contained in:
parent
b55683185b
commit
187aef8c51
1 changed files with 5 additions and 0 deletions
|
@ -15,6 +15,11 @@ in
|
|||
extraConfig = builtins.readFile ../../../config/mpd/mpd.conf;
|
||||
startWhenNeeded = true;
|
||||
};
|
||||
|
||||
users.users.sako.packages = with pkgs; [
|
||||
mpc-cli
|
||||
];
|
||||
|
||||
systemd.services.mpd.environment = {
|
||||
XDG_RUNTIME_DIR = "/run/user/1000";
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue