Add lime configuration #10

Merged
riley merged 10 commits from add-lime into mistress 2023-06-17 13:40:14 +02:00
Showing only changes of commit 132e88caeb - Show all commits

View file

@ -1,8 +1,9 @@
{ pkgs, ... }:
{ pkgs, config, ... }:
{
services.mpd = {
enable = true;
musicDirectory = "${config.home.homeDirectory}/music";
};
programs.ncmpcpp = {