fix: cursor size inconsistent
This commit is contained in:
parent
1307aa78fa
commit
5951b04024
11 changed files with 81 additions and 41 deletions
|
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, cursor-size, ... }:
|
||||
{ pkgs, xcursor-size, ... }:
|
||||
let
|
||||
cursorName = "catppuccin-macchiato-lavender-cursors";
|
||||
themeName = "catppuccin-macchiato-lavender-compact";
|
||||
cursorSize = pkgs.lib.strings.toInt cursor-size;
|
||||
cursorSize = pkgs.lib.strings.toInt xcursor-size;
|
||||
in
|
||||
{
|
||||
gtk = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue