mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 16:46:34 +01:00
use wayland kodi
This commit is contained in:
parent
90bfec2e51
commit
f44c7fc2fd
1 changed files with 4 additions and 2 deletions
|
@ -7,7 +7,10 @@ in {
|
|||
config = lib.mkIf cfg.enable {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager.kodi.enable = true;
|
||||
desktopManager.kodi = {
|
||||
enable = true;
|
||||
package = pkgs.kodi-wayland;
|
||||
};
|
||||
displayManager = {
|
||||
autoLogin = {
|
||||
enable = false;
|
||||
|
@ -21,4 +24,3 @@ in {
|
|||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue