From d457c61528160de77e80fb3a49d8fe692b20a474 Mon Sep 17 00:00:00 2001 From: Don Harper Date: Thu, 12 Dec 2024 14:10:01 -0600 Subject: [PATCH] task | re-enable catppuccin for boot bling --- hosts/workstation/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/workstation/default.nix b/hosts/workstation/default.nix index 275ff37..531ac0b 100644 --- a/hosts/workstation/default.nix +++ b/hosts/workstation/default.nix @@ -37,9 +37,10 @@ in { }; }; imports = [ + inputs.catppuccin.nixosModules.catppuccin ../../home ../../home/gui - # ./../themes.nix + ./../themes.nix ../wm/greetd ./detect-reboot-needed.nix ./systemd.nix