home/editor: Explicitly set colour theme
This commit is contained in:
parent
bb38beb912
commit
3aed748fa4
1 changed files with 2 additions and 0 deletions
|
@ -3,6 +3,8 @@
|
|||
enable = true;
|
||||
defaultEditor = true;
|
||||
settings = {
|
||||
theme = lib.mkForce "catppuccin_mocha";
|
||||
|
||||
editor = {
|
||||
rulers = [ 80 120 ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue