Make sway the default WM
This commit is contained in:
parent
eb49c566e1
commit
2afe76b5a3
|
@ -9,6 +9,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
wayland = true;
|
wayland = true;
|
||||||
};
|
};
|
||||||
|
# Set swaywm as default
|
||||||
|
displayManager.defaultSession = "sway";
|
||||||
# Enable plasma for the applications
|
# Enable plasma for the applications
|
||||||
desktopManager.plasma5.enable = true;
|
desktopManager.plasma5.enable = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue