Update hyprland

This commit is contained in:
DashieTM 2024-08-09 00:36:01 +02:00
parent 3303a3f2eb
commit c097919e0b
3 changed files with 9 additions and 10 deletions

View file

@ -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)";
};
};