mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
Test
This commit is contained in:
parent
3961192a29
commit
6dd1591319
1 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,8 @@
|
|||
{ config, ... }: {
|
||||
imports = [
|
||||
./crow/home.nix
|
||||
];
|
||||
imports =
|
||||
(
|
||||
if config.users.crow.home.enable then
|
||||
[./crow/home.nix] else []
|
||||
);
|
||||
# ++ ( to add more, just move the ;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue