home/editor: Explicitly set colour theme

This commit is contained in:
Mikael 2024-09-28 13:22:15 +02:00
parent bb38beb912
commit 3aed748fa4
Signed by: mikael
SSH key fingerprint: SHA256:21QyD2Meiot7jOUVitIR5YkGB/XuXdCvLW1hE6dsri0

View file

@ -3,6 +3,8 @@
enable = true;
defaultEditor = true;
settings = {
theme = lib.mkForce "catppuccin_mocha";
editor = {
rulers = [ 80 120 ];