chore(inputs): Modularize modules, inputs and update instructions
This commit is contained in:
parent
decd0f5110
commit
512d6d2dd4
5 changed files with 168 additions and 121 deletions
|
|
@ -37,7 +37,11 @@
|
|||
default = false;
|
||||
example = true;
|
||||
type = lib.types.bool;
|
||||
description = "Whether to use the CachyOS kernel. WARNING: This is a manual compiled kernel!";
|
||||
description = ''
|
||||
Whether to use the CachyOS kernel.
|
||||
WARNING: This is a manual compiled kernel!
|
||||
(Please also ensure you use your own input hash for the source as the compilation can often fail due to temporary broken changes.)
|
||||
'';
|
||||
};
|
||||
steam = lib.mkOption {
|
||||
default = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue