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;
|
element.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.mopidy = {
|
||||||
|
enable = true;
|
||||||
|
extensionPackages = map
|
||||||
|
(package: pkgs."mopidy-${package}")
|
||||||
|
[
|
||||||
|
"local"
|
||||||
|
"notify"
|
||||||
|
"youtube"
|
||||||
|
"jellyfin"
|
||||||
|
"mpd"
|
||||||
|
];
|
||||||
|
};
|
||||||
programs.zsh.enable = true;
|
programs.zsh.enable = true;
|
||||||
|
|
||||||
# Let Home Manager install and manage itself.
|
# Let Home Manager install and manage itself.
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
keepassxc
|
keepassxc
|
||||||
|
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
|
librewolf-wayland
|
||||||
# logseq
|
# logseq
|
||||||
|
|
||||||
devour
|
devour
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue