From 318b2556150b36085de2972bd0dfdcfc1c11ed47 Mon Sep 17 00:00:00 2001 From: jacekpoz Date: Tue, 3 Oct 2023 20:08:45 +0200 Subject: [PATCH] fix: fix gtk theme name thanks raf :3 --- hosts/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/default.nix b/hosts/default.nix index 9703ea2c..e684b46a 100644 --- a/hosts/default.nix +++ b/hosts/default.nix @@ -12,7 +12,7 @@ in { config' = { hostname = "niks"; username = "jacek"; - gtk-theme = "Catppuccin-Mocha-Standard-Green-dark"; + gtk-theme = "Catppuccin-Mocha-Standard-Green-Dark"; }; }; modules = [ @@ -28,7 +28,7 @@ in { config' = { hostname = "hape"; username = "jacek"; - gtk-theme = "Catppuccin-Mocha-Standard-Green-dark"; + gtk-theme = "Catppuccin-Mocha-Standard-Green-Dark"; }; }; modules = [