diff --git a/modules/home/gtk/default.nix b/modules/home/gtk/default.nix index 45d7980..8d4f197 100755 --- a/modules/home/gtk/default.nix +++ b/modules/home/gtk/default.nix @@ -30,13 +30,13 @@ cursorTheme = { name = "Nordzy-cursors"; package = pkgs.nordzy-cursor-theme; - size = 20; + size = 22; }; }; home.pointerCursor = { name = "Nordzy-cursors"; package = pkgs.nordzy-cursor-theme; - size = 20; + size = 22; }; } diff --git a/modules/home/hyprland/config.nix b/modules/home/hyprland/config.nix index 92891d0..ff06bb7 100644 --- a/modules/home/hyprland/config.nix +++ b/modules/home/hyprland/config.nix @@ -18,7 +18,7 @@ in exec-once = nm-applet & exec-once = swaybg -m fill -i $(find ~/Pictures/wallpapers/ -maxdepth 1 -type f) & exec-once = sleep 1 && swaylock - exec-once = hyprctl setcursor Nordzy-cursors 20 & + exec-once = hyprctl setcursor Nordzy-cursors 22 & exec-once = waybar & exec-once = mako &