mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-09 15:39:44 +00:00
enable sddm wayland
This commit is contained in:
parent
a5d8e4553f
commit
7707f2f7cf
1 changed files with 7 additions and 1 deletions
|
@ -12,7 +12,13 @@
|
|||
xserver = {
|
||||
enable = true;
|
||||
displayManager = {
|
||||
sddm.enable = true;
|
||||
sddm = {
|
||||
enable = true;
|
||||
wayland = {
|
||||
enable = true;
|
||||
compositor = "kwin";
|
||||
};
|
||||
};
|
||||
gdm.enable = false;
|
||||
};
|
||||
desktopManager = {
|
||||
|
|
Loading…
Reference in a new issue