system.kernel: change default kernel

This commit is contained in:
陈浩南 2024-05-04 12:27:46 +08:00
parent dc48d30d75
commit ea9170e3d3

View File

@ -5,7 +5,7 @@ inputs:
variant = mkOption variant = mkOption
{ {
type = types.enum [ "nixos" "xanmod-lts" "xanmod-latest" "cachyos" "cachyos-lto" "cachyos-server" ]; type = types.enum [ "nixos" "xanmod-lts" "xanmod-latest" "cachyos" "cachyos-lto" "cachyos-server" ];
default = if inputs.config.nixos.system.gui.preferred then "cachyos" else "cachyos-server"; default = if inputs.config.nixos.system.gui.preferred then "xanmod-latest" else "cachyos-server";
}; };
patches = mkOption { type = types.listOf types.nonEmptyStr; default = [ "cjktty" ]; }; patches = mkOption { type = types.listOf types.nonEmptyStr; default = [ "cjktty" ]; };
modules = modules =