CrOS/modules/home/default.nix
2024-09-17 10:08:46 -04:00

9 lines
162 B
Nix

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