From 2220b347bdb8e0f58b60f23691dacc3225d52cd6 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Mon, 1 Jul 2024 13:09:08 -0400 Subject: [PATCH] mauville: fix catppuccin theme name following upstream --- hosts/mauville/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/mauville/home.nix b/hosts/mauville/home.nix index 96c91c50..f41de46b 100644 --- a/hosts/mauville/home.nix +++ b/hosts/mauville/home.nix @@ -45,7 +45,7 @@ }; }; cursorTheme = { - name = "Catppuccin-Mocha-Dark-Cursors"; + name = "catppuccin-mocha-dark-cursors"; size = 32; package = pkgs.catppuccin-cursors.mochaDark; };