diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-12 03:34:46 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2024-01-12 03:34:46 -0700 |
| commit | d7048b62427abc75fc540aa189c4bb488342ba2d (patch) | |
| tree | 516927f68ba802bc951b190a73bd649d21c99c85 | |
| parent | 9a4772d6cd8917a33e719b6f746b3d2ef416043b (diff) | |
messing with generating custom themes for helix
| -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 = { |
