From ffe357cac53bf2ba2334513d96cfe8c452f403a6 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 31 Mar 2025 07:56:08 -0600 Subject: [PATCH] change helix theme --- standalone-home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standalone-home.nix b/standalone-home.nix index fc884bc..2d88e7a 100644 --- a/standalone-home.nix +++ b/standalone-home.nix @@ -89,7 +89,7 @@ programs.helix = { enable = true; settings = { - theme = "onedark"; + theme = "ferra"; }; };