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
ba4049f95a
commit
bcb1832a46
1 changed files with 3 additions and 1 deletions
|
|
@ -7,7 +7,9 @@
|
|||
./users
|
||||
];
|
||||
|
||||
options = {
|
||||
options.omni.enable = lib.mkOption {default = true;};
|
||||
|
||||
config = {
|
||||
packages = {
|
||||
enable = lib.mkDefault true;
|
||||
core.enable = lib.mkDefault true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue