commit b861754f1c8f69fb8771493f313cd57e9aba9823 parent 1774c48771f0bb268f3a494ebb8ab78bde2fffec Author: breadcat <breadcat@users.noreply.github.com> Date: Fri, 5 Jun 2026 08:38:27 +0100 Inline package name Diffstat:
| M | common/kodi.nix | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/common/kodi.nix b/common/kodi.nix @@ -2,9 +2,7 @@ { # Package and Addons - environment.systemPackages = with pkgs; [ - kodi-wayland - ]; + environment.systemPackages = with pkgs; [ kodi-wayland ]; # Firewall rules networking.firewall = {