diff --git a/home/hyprland/gtk.nix b/home/hyprland/gtk.nix index b4de692e..258f1c46 100644 --- a/home/hyprland/gtk.nix +++ b/home/hyprland/gtk.nix @@ -4,8 +4,8 @@ gtk = { enable = true; cursorTheme = { - package = pkgs.catppuccin-cursors.macchiatoDark; - name = "Catppuccin-Macchiato-Dark-Cursors"; + package = pkgs.volantes-cursors; + name = "volantes_cursors"; }; iconTheme = { package = pkgs.papirus-icon-theme; diff --git a/system/desktop.nix b/system/desktop.nix index 174ed77d..980c73c1 100644 --- a/system/desktop.nix +++ b/system/desktop.nix @@ -48,20 +48,16 @@ greeters.gtk = { enable = true; cursorTheme = { - package = pkgs.catppuccin-cursors.macchiatoDark; - name = "Catppuccin-Macchiato-Dark-Cursors"; + package = pkgs.volantes-cursors; + name = "volantes_cursors"; }; iconTheme = { package = pkgs.papirus-icon-theme; name = "Papirus-Dark"; }; theme = { - package = pkgs.catppuccin-gtk.override { - accents = [ "yellow" ]; - size = "compact"; - variant = "macchiato"; - }; - name = "Catppuccin-Macchiato-Compact-Yellow-Dark"; + package = pkgs.tokyo-night-gtk; + name = "Tokyonight-Dark-BL"; }; }; };