Update hyprland
This commit is contained in:
parent
3303a3f2eb
commit
c097919e0b
3 changed files with 9 additions and 10 deletions
|
|
@ -44,9 +44,9 @@
|
|||
description = "Whether to use GPU performance setting. NOTE: this is at your own risk!";
|
||||
};
|
||||
gpu_device = lib.mkOption {
|
||||
default = "0";
|
||||
example = "1";
|
||||
type = lib.types.str;
|
||||
default = 0;
|
||||
example = 1;
|
||||
type = lib.types.int;
|
||||
description = "Your gpu device.(Physical id of lshw)";
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue