fix(kodi): remove advanced-launcher

This commit is contained in:
Felix Schröter 2021-06-10 12:13:15 +02:00
parent a2317fcb09
commit 7762b428d0
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58

View file

@ -15,10 +15,8 @@
environment.systemPackages = [
(pkgs.kodi.override {
plugins = with pkgs.kodiPlugins; [
advanced-launcher
pkgs.nur.repos.marzipankaiser.kodiPlugins.netflix
];
plugins = with pkgs.kodiPlugins;
[ pkgs.nur.repos.marzipankaiser.kodiPlugins.netflix ];
})
];
}