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