From 52666e5590a4c24d1085c242918398b9e1be741a Mon Sep 17 00:00:00 2001 From: Stefan Weigl-Bosker Date: Mon, 7 Apr 2025 15:06:04 -0400 Subject: colorscheme support --- modules/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/default.nix') diff --git a/modules/default.nix b/modules/default.nix index 4c44c05..8b6d5a0 100644 --- a/modules/default.nix +++ b/modules/default.nix @@ -1,6 +1,7 @@ { ... }: { imports = [ + ./scheme ./foot.nix ./mako.nix ./neovide.nix @@ -17,5 +18,6 @@ ./services ./gpg ./pass + ./mountain.nix ]; } -- cgit v1.2.3