mirror of
https://github.com/TheWanderingCrow/CrOS.git
synced 2026-01-11 01:34:08 -05:00
Properly add module
This commit is contained in:
parent
bcb1832a46
commit
892e70ba3c
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
|||
|
||||
options.omni.enable = lib.mkOption {default = true;};
|
||||
|
||||
config = {
|
||||
config = lib.mkIf config.omni.enable {
|
||||
packages = {
|
||||
enable = lib.mkDefault true;
|
||||
core.enable = lib.mkDefault true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue