desktop: ship rhythmbox music player

This commit is contained in:
Colin 2023-08-13 09:27:01 +00:00
parent 135b87a091
commit 91a6fc32ef
3 changed files with 13 additions and 0 deletions

View File

@ -38,6 +38,7 @@
./nix-index.nix
./obsidian.nix
./offlineimap.nix
./rhythmbox.nix
./ripgrep.nix
./sfeed.nix
./splatmoji.nix

View File

@ -0,0 +1,11 @@
{ ... }:
{
sane.programs.rhythmbox = {
persist.plaintext = [
# playlists; index
".local/share/rhythmbox"
# album art
".cache/rhythmbox"
];
};
}

View File

@ -88,6 +88,7 @@
"mumble"
"nheko"
"obsidian"
"rhythmbox" # local music player
"slic3r"
"steam"
"vlc"