fix(sddm): use defaultSession instead of non-existent autoLogin.session
This commit is contained in:
@@ -19,10 +19,11 @@ in
|
|||||||
theme = "nomarchy";
|
theme = "nomarchy";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
services.displayManager.defaultSession = lib.mkDefault "hyprland-uwsm";
|
||||||
|
|
||||||
services.displayManager.autoLogin = {
|
services.displayManager.autoLogin = {
|
||||||
enable = lib.mkDefault true;
|
enable = lib.mkDefault true;
|
||||||
user = lib.mkDefault "nomarchy";
|
user = lib.mkDefault "nomarchy";
|
||||||
session = lib.mkDefault "hyprland-uwsm";
|
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = [ nomarchy-sddm-theme ];
|
environment.systemPackages = [ nomarchy-sddm-theme ];
|
||||||
|
|||||||
Reference in New Issue
Block a user