user/hyprlock: scale based on new hidpi option
This commit is contained in:
parent
78c578b7ca
commit
cdae556af4
3 changed files with 41 additions and 21 deletions
|
|
@ -39,5 +39,10 @@ in {
|
|||
type = types.bool;
|
||||
default = config.me.environment == "laptop";
|
||||
};
|
||||
|
||||
hidpi = mkOption {
|
||||
type = types.bool;
|
||||
default = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue