From 3aed748fa402656be4bc3a58ee94d98315bed655 Mon Sep 17 00:00:00 2001 From: Mikael Voss Date: Sat, 28 Sep 2024 13:22:15 +0200 Subject: [PATCH] home/editor: Explicitly set colour theme --- home/config/nil/editor.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/config/nil/editor.nix b/home/config/nil/editor.nix index c60a5d5..7684ba8 100644 --- a/home/config/nil/editor.nix +++ b/home/config/nil/editor.nix @@ -3,6 +3,8 @@ enable = true; defaultEditor = true; settings = { + theme = lib.mkForce "catppuccin_mocha"; + editor = { rulers = [ 80 120 ];