mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +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 = {
|
xserver = {
|
||||||
enable = true;
|
enable = true;
|
||||||
displayManager = {
|
displayManager = {
|
||||||
sddm.enable = true;
|
sddm = {
|
||||||
|
enable = true;
|
||||||
|
wayland = {
|
||||||
|
enable = true;
|
||||||
|
compositor = "kwin";
|
||||||
|
};
|
||||||
|
};
|
||||||
gdm.enable = false;
|
gdm.enable = false;
|
||||||
};
|
};
|
||||||
desktopManager = {
|
desktopManager = {
|
||||||
|
|
Loading…
Reference in a new issue