Shift home config to enable by desktop, work out more details later
This commit is contained in:
parent
d873588c59
commit
77168ba9c7
37 changed files with 120 additions and 127 deletions
|
@ -1,7 +1,7 @@
|
|||
{ config, lib, ... }:
|
||||
{
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
enable = config.home.desktop.enable;
|
||||
network.startWhenNeeded = true;
|
||||
musicDirectory = "/home/jimbo/JimboNFS/Music/JimBops";
|
||||
playlistDirectory = "/home/jimbo/JimboNFS/Music/JimBops/Playlists";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue