wayland default

This commit is contained in:
Johannes Jöns 2024-01-01 02:01:51 +01:00
parent 1fdde5630d
commit 60ccfe7539

View file

@ -5,7 +5,7 @@ in {
options.jopejoe1.kodi = { enable = lib.mkEnableOption "Enable Kodi"; }; options.jopejoe1.kodi = { enable = lib.mkEnableOption "Enable Kodi"; };
config = lib.mkIf cfg.enable { config = lib.mkIf cfg.enable {
environment.systemPackages = [ pkgs.kodi ]; environment.systemPackages = [ pkgs.kodi-wayland ];
services.xserver = { services.xserver = {
enable = true; enable = true;
desktopManager.kodi = { desktopManager.kodi = {
@ -13,7 +13,7 @@ in {
package = pkgs.kodi-wayland; package = pkgs.kodi-wayland;
}; };
displayManager = { displayManager = {
defaultSession = ""; defaultSession = "plasmawayland";
autoLogin = { autoLogin = {
enable = true; enable = true;
user = "jopejoe1"; user = "jopejoe1";