mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-08-08 06:30:18 +02:00
added mpd to my build
This commit is contained in:
parent
1180cde16b
commit
d11443ce4d
2 changed files with 10 additions and 0 deletions
|
@ -79,6 +79,7 @@
|
|||
fuzzel
|
||||
zsh-syntax-highlighting
|
||||
|
||||
cinny-desktop
|
||||
dysk
|
||||
rsync
|
||||
obsidian
|
||||
|
@ -305,6 +306,12 @@
|
|||
];
|
||||
};
|
||||
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
musicDirectory = "/home/misschloe777/Musique";
|
||||
network.startWhenNeeded = true;
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue