From c69b95fd6047f3b7838b1c6670f68aef631e06eb Mon Sep 17 00:00:00 2001 From: Frost-Phoenix <67cyril6767@gmail.com> Date: Thu, 9 Nov 2023 22:52:41 +0100 Subject: [PATCH] change gtk theme to catpuccin --- modules/home/gtk/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/home/gtk/default.nix b/modules/home/gtk/default.nix index e84466e..8b1f214 100755 --- a/modules/home/gtk/default.nix +++ b/modules/home/gtk/default.nix @@ -20,7 +20,7 @@ in enable = true; font = { name = "JetBrainsMono Nerd Font"; - size = 10; + size = 11; }; iconTheme = { package = pkgs.papirus-icon-theme; @@ -30,12 +30,12 @@ in name = "matrix-gtk"; }; cursorTheme = { - name = "Catppuccin-Frappe-Dark"; + name = "Catppuccin-Mocha-Dark"; }; }; home.pointerCursor = { package = pkgs.catppuccin-cursors; - name = "Catppuccin-Frappe-Red"; + name = "Catppuccin-Mocha-Red"; size = 15; }; }