mirror of
https://github.com/nix-community/home-manager
synced 2024-11-17 00:29:45 +01:00
6a471f1b11
Related to #695
10 lines
372 B
Nix
10 lines
372 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-config = ./sway-null-config.nix;
|
|
sway-null-package = ./sway-null-package.nix;
|
|
sway-modules = ./sway-modules.nix;
|
|
sway-workspace-default = ./sway-workspace-default.nix;
|
|
}
|