add some more to system tray
also begin work on home-manager/music.nix
This commit is contained in:
parent
a86371252b
commit
047e87eb37
3 changed files with 24 additions and 35 deletions
9
home-manager/music.nix
Normal file
9
home-manager/music.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{ pkgs, ... }: {
|
||||
services.mopidy = {
|
||||
enable = true;
|
||||
extensionPackages = [ pkgs.mopidy-jellyfin ];
|
||||
}
|
||||
programs.rmpc = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue