From 464e39e3d96b513c0ae9d9b07bcc5ae47b48e622 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Mon, 1 Sep 2025 15:46:40 -0500 Subject: start using the terminal more on jupiter => make some changes --- modules/terminal/system/programs/helix.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/terminal/system/programs/helix.nix') diff --git a/modules/terminal/system/programs/helix.nix b/modules/terminal/system/programs/helix.nix index 71dad76..49389ef 100644 --- a/modules/terminal/system/programs/helix.nix +++ b/modules/terminal/system/programs/helix.nix @@ -134,7 +134,7 @@ if cfg.theme == "catppuccin" then "catppuccin_mocha_transparent" else if cfg.theme == "adwaita" - then "adwaita_dark" + then "adwaita-dark" else ""; }; in -- cgit v1.3.1