From a4d7f143d52e5e1817eab5c7254107c72da53b76 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Tue, 14 Apr 2026 18:36:36 -0700 Subject: [PATCH] Re-enable catppuccin css for swaync --- modules/home/services/swaync/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/home/services/swaync/default.nix b/modules/home/services/swaync/default.nix index 9b0f6e9..0d42cd9 100644 --- a/modules/home/services/swaync/default.nix +++ b/modules/home/services/swaync/default.nix @@ -42,6 +42,6 @@ in }; }; - # xdg.configFile."swaync/style.css".source = "${pkgs.aa.catppuccin-swaync}/catppuccin.css"; + xdg.configFile."swaync/style.css".source = "${pkgs.aa.catppuccin-swaync}/catppuccin.css"; }; }