fixed boot resolution

This commit is contained in:
William 2023-12-07 15:15:24 -03:00
parent c35f47a264
commit 0c8df4dd20
2 changed files with 6 additions and 1 deletions

View file

@ -31,6 +31,10 @@ in {
excludePackages = (with pkgs; [ xterm ]);
displayManager = {
defaultSession = "plasmawayland";
autoLogin = {
enable = true;
user = "user";
};
sddm = {
enable = true;
wayland = {