From e0f2eb724245e02cb247b644f0947261d8665318 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Tue, 17 Jun 2025 21:57:53 -0400 Subject: remove nix dir and move out all sub modules --- themes/default.nix | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 themes/default.nix (limited to 'themes/default.nix') diff --git a/themes/default.nix b/themes/default.nix new file mode 100644 index 0000000..6111441 --- /dev/null +++ b/themes/default.nix @@ -0,0 +1,4 @@ +{ + catppuccin = import ./catppuccin; + tricolors = import ./tricolors.nix; +} -- cgit v1.2.3-freya