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;
|
enable = true;
|
||||||
defaultEditor = true;
|
defaultEditor = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
theme = lib.mkForce "catppuccin_mocha";
|
||||||
|
|
||||||
editor = {
|
editor = {
|
||||||
rulers = [ 80 120 ];
|
rulers = [ 80 120 ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue