add kodi for sparky

This commit is contained in:
Sam 2024-11-12 23:07:22 +00:00
parent c85215b5b4
commit 592309f30a
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,13 @@
{
pkgs,
...
}: {
programs.kodi = {
enable = true;
package = pkgs.kodi.withPackages (kodiPkgs:
with kodiPkgs; [
netflix
jellycon
]);
};
}

View File

@ -11,6 +11,7 @@
./common/optional/git.nix
./common/optional/syncthing.nix
./common/optional/desktop/cinnamon
./common/optional/desktop/common/kodi.nix
];