user/hyprlock: scale based on new hidpi option

This commit is contained in:
LavaDesu 2025-03-23 19:15:35 +11:00
parent 78c578b7ca
commit cdae556af4
Signed by: cilly
GPG key ID: 6500251E087653C9
3 changed files with 41 additions and 21 deletions

View file

@ -39,5 +39,10 @@ in {
type = types.bool;
default = config.me.environment == "laptop";
};
hidpi = mkOption {
type = types.bool;
default = false;
};
};
}