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 ];