home-manager: cast cursor size to int (#1401)
Link: https://github.com/nix-community/stylix/pull/1401 Reviewed-by: awwpotato <awwpotato@voidq.com>
This commit is contained in:
parent
3a4599a330
commit
37736ba403
1 changed files with 2 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ in
|
|||
)
|
||||
{
|
||||
home.pointerCursor = {
|
||||
inherit (cfg) name package size;
|
||||
inherit (cfg) name package;
|
||||
size = builtins.floor (cfg.size + 0.5);
|
||||
x11.enable = true;
|
||||
gtk.enable = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue