From a193078f90b6049c43b4564f395adb595de0a5e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Sun, 1 Oct 2023 17:18:44 +0200 Subject: [PATCH] =?UTF-8?q?Revert=20"=F0=9F=90=9B=20(neodymium/home)=20gtk?= =?UTF-8?q?=20theme=20name=20changed=20for=20some=20reason"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 5ed5cc5595847c75e0518dab74df34eb239ef9e0. --- hosts/neodymium/home/gtk/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/neodymium/home/gtk/default.nix b/hosts/neodymium/home/gtk/default.nix index 3ded43e..a6c7e84 100644 --- a/hosts/neodymium/home/gtk/default.nix +++ b/hosts/neodymium/home/gtk/default.nix @@ -17,7 +17,7 @@ }; theme = { - name = "Catppuccin-Mocha-Compact-Blue-dark"; + name = "Catppuccin-Mocha-Compact-Blue-Dark"; package = pkgs.catppuccin-gtk.override { tweaks = [ "rimless" "normal" ]; accents = [ "blue" ];