mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
Set home.enable true for crow
This commit is contained in:
parent
15b584e09a
commit
fe16b46b55
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
|||
enable = lib.mkDefault true;
|
||||
crow = {
|
||||
enable = lib.mkDefault true;
|
||||
home.enable = lib.mkDefault false;
|
||||
home.enable = lib.mkDefault true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue