add mopidy and librewolf to desktop

This commit is contained in:
MFlossmann 2024-10-14 21:46:08 +02:00
parent efdbd949b8
commit 2e2574f278
2 changed files with 13 additions and 0 deletions

View file

@ -50,6 +50,18 @@
element.enable = true;
};
services.mopidy = {
enable = true;
extensionPackages = map
(package: pkgs."mopidy-${package}")
[
"local"
"notify"
"youtube"
"jellyfin"
"mpd"
];
};
programs.zsh.enable = true;
# Let Home Manager install and manage itself.