summaryrefslogtreecommitdiff
path: root/modules/home-manager
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2025-11-23 07:47:54 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2025-11-23 07:47:54 -0700
commit679f58554dd202ffc722b7ae10a2ac106573d2ed (patch)
tree3ab9433af935bfee8d22406f6e698d560cc77f16 /modules/home-manager
parent154caf63dffc1c24b69c088bea039a51b7c8348a (diff)
more true color support
Diffstat (limited to 'modules/home-manager')
-rw-r--r--modules/home-manager/helix.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/home-manager/helix.nix b/modules/home-manager/helix.nix
index 604a44e..37c65b5 100644
--- a/modules/home-manager/helix.nix
+++ b/modules/home-manager/helix.nix
@@ -19,6 +19,7 @@
line-number = "relative";
cursorline = true;
color-modes = true;
+ true-color = true;
lsp.display-messages = true;
cursor-shape = {
insert = "bar";