From cd8e47f6d3f6bda839a607849ed9cd9901b94593 Mon Sep 17 00:00:00 2001 From: Simon Walker Date: Fri, 18 Aug 2023 13:33:41 +0100 Subject: [PATCH] Use nord with helix --- home/colours.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/colours.nix b/home/colours.nix index 660fe753..193c76a1 100644 --- a/home/colours.nix +++ b/home/colours.nix @@ -626,6 +626,7 @@ let helix-theme = { github-light = "github_light"; catppuccin-latte = "catppuccin_latte"; + nord = "nord"; }.${config.me.theme} or "monokai-pro-custom"; current-theme = themes.${config.me.theme};