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