Files
nixconf/home/cfg/sway.nix
T
2026-04-04 11:10:04 -06:00

14 lines
272 B
Nix

{
wayland.windowManager.sway = {
enable = true;
config = rec {
modifier = "Mod4";
# Use kitty as default terminal
terminal = "kitty";
#startup = [
# # Launch Firefox on start
# {command = "firefox";}
#];
};
};
}