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"; }; }