Move gaming remaining options

This commit is contained in:
DashieTM 2024-08-06 13:40:07 +02:00
parent b63dafb8a6
commit c88df9b954
4 changed files with 15 additions and 47 deletions

View file

@ -16,9 +16,15 @@
heroic
];
example = [ ];
type = with lib.types; listOf packages;
type = with lib.types; listOf package;
description = "Install gaming related packages";
};
kernel = lib.mkOption {
default = true;
example = false;
type = lib.types.bool;
description = "Whether to use the xanmod kernel";
};
steam = lib.mkOption {
default = true;
example = false;