nix-config/modules/sway.nix
JuliusFreudenberger 2ff0164960 Add initial sway configuration
Still misses configuration for login screen, lock screen and idle
management.
2026-07-02 19:56:43 +02:00

13 lines
160 B
Nix

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