mirror of
https://github.com/nix-community/home-manager
synced 2024-11-05 18:59:44 +01:00
5c5d562266
Added seat configuration to sway config. Also improved the way that the configuration is generated to reduce superfluous whitespace. Supersedes #1663
8 lines
270 B
Nix
8 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;
|
|
}
|