mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
feat: rice out system
This commit is contained in:
parent
69c7355d8d
commit
0b766610a3
5 changed files with 133 additions and 25 deletions
|
@ -67,6 +67,13 @@ in
|
|||
Form factor of the machine. Adjusts some UI settings.
|
||||
'';
|
||||
};
|
||||
powersave = lib.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = cfg.formFactor == "laptop";
|
||||
description = ''
|
||||
Whether to set some options to reduce power consumption (mostly Hyprland).
|
||||
'';
|
||||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue