diff options
Diffstat (limited to 'modules/home-manager/helix.nix')
| -rw-r--r-- | modules/home-manager/helix.nix | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules/home-manager/helix.nix b/modules/home-manager/helix.nix index d93a2ea..6eb8895 100644 --- a/modules/home-manager/helix.nix +++ b/modules/home-manager/helix.nix @@ -6,6 +6,12 @@ enable = true; package = pkgs.helix; # defaultEditor = true; + # themes = { + # custom = { + # "inherits" = "catpuccin_mocha"; + # "ui.background" = {}; + # }; + # }; settings = { theme = "catppuccin_mocha"; editor = { |
