jellyfin: fix not imported in default.nix
This commit is contained in:
parent
9611570809
commit
214cf36daf
|
@ -8,6 +8,7 @@
|
|||
./git.nix
|
||||
./github.nix
|
||||
./go.nix
|
||||
./jellyfin.nix
|
||||
./microsoft-edge.nix
|
||||
./mpv.nix
|
||||
./neovide.nix
|
||||
|
|
|
@ -4,7 +4,7 @@ let
|
|||
in
|
||||
{
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = lib.mkIf cfg.client.enable [
|
||||
home.packages = [
|
||||
unstable.jellyfin-media-player
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue