diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-12 13:36:22 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-01-12 13:36:22 -0600 |
| commit | 31626c1d32fba39f963ec37f7f2ce2943ea9bf29 (patch) | |
| tree | fa9edd7e8fd0da8f90ce70d275dd9e6a2e739c9f /modules/terminal/hjem | |
| parent | dbc5cb478c7fad1c1750421486252f0a5d98ef9c (diff) | |
start using tmux
Diffstat (limited to 'modules/terminal/hjem')
| -rw-r--r-- | modules/terminal/hjem/programs/tmux.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/terminal/hjem/programs/tmux.nix b/modules/terminal/hjem/programs/tmux.nix index 8525569..dd235c1 100644 --- a/modules/terminal/hjem/programs/tmux.nix +++ b/modules/terminal/hjem/programs/tmux.nix @@ -16,8 +16,8 @@ in { enable = true; theme = { - bg = config.collinux.palette.base01; - bg_dark = config.collinux.palette.base00; + bg = "#${config.collinux.palette.base01}"; + bg_dark = "#${config.collinux.palette.base00}"; }; keys.leader = [ |
