mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-31 09:58:53 -08:00
fix: cursor on laptops
This commit is contained in:
parent
8d80ebe1b0
commit
d6fe8fc560
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ in
|
|||
cursor = {
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Ice";
|
||||
size = 26;
|
||||
size = if config.liminalOS.formFactor == "laptop" then 24 else 26;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue