marleyos/home/cava/default.nix

18 lines
294 B
Nix
Raw Normal View History

{ ... }:
{
2024-10-20 21:23:03 -07:00
programs.cava = {
enable = true;
rose-pine.enable = true;
# TODO disable this when mpd is not enabled? Can that be detected on non
# NixOS systems?
settings = {
input = {
method = "fifo";
source = "/tmp/mpd.fifo";
};
};
};
}