mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
Fix default for home folder
This commit is contained in:
parent
d4f951f242
commit
abded9570d
1 changed files with 3 additions and 6 deletions
|
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue