nix-config/modules/sway.nix
JuliusFreudenberger 348bc866b7 Add initial sway configuration
Still misses configuration for login screen, lock screen and idle
management.
2026-02-09 23:30:53 +01:00

13 lines
160 B
Nix

{
...
}: {
programs.sway = {
enable = true;
wrapperFeatures = {
base = true;
gtk = true;
};
};
xdg.portal.wlr.enable = true;
}