add mopidy and librewolf to desktop
This commit is contained in:
parent
efdbd949b8
commit
2e2574f278
2 changed files with 13 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue