From e6c6db47b44d1c14fa8b4033d06a80f422e8b020 Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 9 Nov 2023 22:56:00 +0100 Subject: [PATCH] change gtk theme to catpuccin --- modules/home/gtk/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/gtk/default.nix b/modules/home/gtk/default.nix index 8b1f214..cafab86 100755 --- a/modules/home/gtk/default.nix +++ b/modules/home/gtk/default.nix @@ -30,12 +30,12 @@ in name = "matrix-gtk"; }; cursorTheme = { - name = "Catppuccin-Mocha-Dark"; + name = "Catppuccin-Frappe-Dark"; }; }; home.pointerCursor = { package = pkgs.catppuccin-cursors; - name = "Catppuccin-Mocha-Red"; + name = "Catppuccin-Frappe-Red"; size = 15; }; }