mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-04-02 13:41:56 -04:00
fix warningg
This commit is contained in:
parent
1c775baa48
commit
3eae454823
1 changed files with 9 additions and 9 deletions
|
@ -16,17 +16,17 @@
|
|||
enable = true;
|
||||
};
|
||||
};
|
||||
displayManager = {
|
||||
sddm = {
|
||||
wayland = {
|
||||
enable = false;
|
||||
};
|
||||
enable = true;
|
||||
autoNumlock = true;
|
||||
};
|
||||
};
|
||||
xserver = {
|
||||
enable = true;
|
||||
displayManager = {
|
||||
sddm = {
|
||||
enable = true;
|
||||
autoNumlock = true;
|
||||
wayland = {
|
||||
enable = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue