chore(inputs): Modularize modules, inputs and update instructions

This commit is contained in:
DashieTM 2025-12-19 12:58:17 +01:00
parent decd0f5110
commit 512d6d2dd4
5 changed files with 168 additions and 121 deletions

View file

@ -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;