nix-files/hosts/common/programs/rhythmbox.nix

12 lines
188 B
Nix

{ ... }:
{
sane.programs.rhythmbox = {
persist.byStore.plaintext = [
# playlists; index
".local/share/rhythmbox"
# album art
".cache/rhythmbox"
];
};
}