mirror of
https://codeberg.org/jopejoe1/nix-conf.git
synced 2025-01-04 08:06:50 +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"; };
|
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";
|
||||||
|
|
Loading…
Reference in a new issue