diff --git a/modules/users/default.nix b/modules/users/default.nix index 31b65c3..b9944fb 100644 --- a/modules/users/default.nix +++ b/modules/users/default.nix @@ -1,5 +1,9 @@ -{ +{ config, ... }: { imports = [ + ( + if config.users.crow.enable then ./crow.nix + ); + # ++ ( to add more, just move the ; ]; }