Add initial sway configuration

Still misses configuration for login screen, lock screen and idle
management.
This commit is contained in:
JuliusFreudenberger 2026-02-09 23:30:53 +01:00
parent 7b585dec5a
commit 348bc866b7
5 changed files with 280 additions and 0 deletions

13
modules/sway.nix Normal file
View file

@ -0,0 +1,13 @@
{
...
}: {
programs.sway = {
enable = true;
wrapperFeatures = {
base = true;
gtk = true;
};
};
xdg.portal.wlr.enable = true;
}