diff --git a/home/helix/default.nix b/home/helix/default.nix index 5859aaf..9f15e8c 100644 --- a/home/helix/default.nix +++ b/home/helix/default.nix @@ -6,7 +6,7 @@ programs.helix = { enable = true; settings = { - theme = "catppuccin_mocha"; + theme = "tokyonight"; editor = { auto-save = true; true-color = true;