fixed boot resolution
This commit is contained in:
parent
c35f47a264
commit
0c8df4dd20
2 changed files with 6 additions and 1 deletions
|
|
@ -31,6 +31,10 @@ in {
|
|||
excludePackages = (with pkgs; [ xterm ]);
|
||||
displayManager = {
|
||||
defaultSession = "plasmawayland";
|
||||
autoLogin = {
|
||||
enable = true;
|
||||
user = "user";
|
||||
};
|
||||
sddm = {
|
||||
enable = true;
|
||||
wayland = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue