From 3be52f10d1ed9844da116ad9364099d72cb6ded4 Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Mon, 7 Apr 2025 15:50:45 -0400 Subject: added colorscheme modularity --- modules/colors/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'modules/colors/default.nix') diff --git a/modules/colors/default.nix b/modules/colors/default.nix index 07e47d4..954e743 100644 --- a/modules/colors/default.nix +++ b/modules/colors/default.nix @@ -2,5 +2,6 @@ { imports = [ ./mountain.nix + ./default-dark.nix ]; } -- cgit v1.2.3