Fix users enable

This commit is contained in:
TheWanderingCrow 2024-09-17 14:05:39 -04:00
parent b11fe48298
commit 7b5eda6312

View file

@ -2,7 +2,8 @@
imports = [
(
if config.users.crow.enable then
./crow.nix
[./crow.nix]
else []
);
# ++ ( to add more, just move the ;
];