Make sway the default WM

This commit is contained in:
Nathan McCarty 2021-12-21 10:09:38 -05:00
parent eb49c566e1
commit 2afe76b5a3
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 2 additions and 0 deletions

View File

@ -9,6 +9,8 @@
enable = true;
wayland = true;
};
# Set swaywm as default
displayManager.defaultSession = "sway";
# Enable plasma for the applications
desktopManager.plasma5.enable = true;
};