From 69a857ef515aa5701edf7e079ebde7cfb5327677 Mon Sep 17 00:00:00 2001 From: XNM Date: Sat, 7 Oct 2023 21:59:02 +0300 Subject: [PATCH] changed theme names for compatibility with the latest system update --- nixos/configuration.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/configuration.nix b/nixos/configuration.nix index cfc204d..0237c59 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -88,8 +88,8 @@ # }; # Enable Theme - environment.variables.GTK_THEME = "Catppuccin-Macchiato-Standard-Teal-dark"; - environment.variables.XCURSOR_THEME = "Catppuccin-Macchiato-Teal-Cursors"; + environment.variables.GTK_THEME = "Catppuccin-Macchiato-Standard-Teal-Dark"; + environment.variables.XCURSOR_THEME = "Catppuccin-Macchiato-Teal"; environment.variables.XCURSOR_SIZE = "24"; console = { earlySetup = true;