mirror of
https://github.com/nix-community/home-manager.git
synced 2025-11-22 10:19:39 +01:00
6 lines
178 B
Nix
6 lines
178 B
Nix
{
|
|
swaylock-disabled = import ./disabled.nix;
|
|
swaylock-settings = import ./settings.nix;
|
|
swaylock-enabled = import ./enabled.nix;
|
|
swaylock-legacy = import ./legacy.nix;
|
|
}
|