[kodi] Add wayland option

This commit is contained in:
2024-09-08 12:04:35 -07:00
parent 811b61e9e2
commit f22ff0e286
3 changed files with 39 additions and 20 deletions

View File

@@ -10,7 +10,7 @@
./hardware-configuration.nix
../../roles/common/default.nix
../../roles/nix/default.nix
(import ../../roles/kodi/default.nix { autologin = true; inherit lib; inherit pkgs; })
(import ../../roles/kodi/default.nix { autologin = true; wayland = true; inherit lib; inherit pkgs; })
(import ../../roles/users/default.nix { extraGroups = []; })
];