Move gaming remaining options
This commit is contained in:
parent
b63dafb8a6
commit
c88df9b954
4 changed files with 15 additions and 47 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue