summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--modules/home-manager/helix.nix6
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 = {