diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-01 15:46:40 -0500 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-09-01 15:46:40 -0500 |
| commit | 464e39e3d96b513c0ae9d9b07bcc5ae47b48e622 (patch) | |
| tree | b95a6cce1bf4a540d5c777c7f01fc9864d82a26f /modules/terminal/system/programs/helix.nix | |
| parent | eb4c6fa1ba1e3a3bfe2291727bc89e0928139b8e (diff) | |
start using the terminal more on jupiter => make some changes
Diffstat (limited to 'modules/terminal/system/programs/helix.nix')
| -rw-r--r-- | modules/terminal/system/programs/helix.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
