Fix default for home folder

This commit is contained in:
Patrick Menking 2024-09-17 15:31:41 -04:00
parent d4f951f242
commit abded9570d

View file

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