From aa8ea3f2543c7c8f39379c9ab210897b7a28135e Mon Sep 17 00:00:00 2001 From: s-prechtl Date: Wed, 23 Jul 2025 03:30:10 +0200 Subject: [PATCH] feat: helix + theme change --- hosts/goingmerry/configuration.nix | 1 + modules/home-manager/helix.nix | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/hosts/goingmerry/configuration.nix b/hosts/goingmerry/configuration.nix index f199907..3f225a1 100644 --- a/hosts/goingmerry/configuration.nix +++ b/hosts/goingmerry/configuration.nix @@ -141,6 +141,7 @@ gnumake gnupg go + nil google-chrome goose hyprshot diff --git a/modules/home-manager/helix.nix b/modules/home-manager/helix.nix index 7a771c1..8a0ac4c 100644 --- a/modules/home-manager/helix.nix +++ b/modules/home-manager/helix.nix @@ -2,7 +2,7 @@ programs.helix = { enable = true; settings = { - theme = "gruvbox"; + theme = "gruvbox_dark_soft"; editor = { line-number = "relative"; lsp.display-messages = true;