mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-01 14:26:33 +01:00
wayland default
This commit is contained in:
parent
1fdde5630d
commit
60ccfe7539
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@ in {
|
|||
options.jopejoe1.kodi = { enable = lib.mkEnableOption "Enable Kodi"; };
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
environment.systemPackages = [ pkgs.kodi ];
|
||||
environment.systemPackages = [ pkgs.kodi-wayland ];
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
desktopManager.kodi = {
|
||||
|
@ -13,7 +13,7 @@ in {
|
|||
package = pkgs.kodi-wayland;
|
||||
};
|
||||
displayManager = {
|
||||
defaultSession = "";
|
||||
defaultSession = "plasmawayland";
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "jopejoe1";
|
||||
|
|
Loading…
Reference in a new issue