5c5d562266
Added seat configuration to sway config. Also improved the way that the configuration is generated to reduce superfluous whitespace. Supersedes #1663
9 lines
270 B
Nix
9 lines
270 B
Nix
{
|
|
sway-default = ./sway-default.nix;
|
|
sway-post-2003 = ./sway-post-2003.nix;
|
|
sway-followmouse = ./sway-followmouse.nix;
|
|
sway-followmouse-legacy = ./sway-followmouse-legacy.nix;
|
|
sway-null-package = ./sway-null-package.nix;
|
|
sway-modules = ./sway-modules.nix;
|
|
}
|