If enables for users

This commit is contained in:
Patrick Menking 2024-09-17 06:46:04 -04:00
parent 2234c29067
commit dd5a104c5c

View file

@ -1,5 +1,9 @@
{
{ config, ... }: {
imports = [
(
if config.users.crow.enable then
./crow.nix
);
# ++ ( to add more, just move the ;
];
}