CrOS/modules/home/default.nix
2024-09-17 11:40:40 -04:00

9 lines
167 B
Nix

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