diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-04 16:48:13 -0600 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2026-03-04 16:49:11 -0600 |
| commit | 3ccf3147edf663271960826c79a4213bc3b3eb8f (patch) | |
| tree | bc8f66053ea692cd97bcc733944eb4eff9d1f679 /hosts/mercury/config.nix | |
| parent | 49d711586bfa523d5d1385373df6c422bf35b712 (diff) | |
refactor mercury config
Diffstat (limited to 'hosts/mercury/config.nix')
| -rw-r--r-- | hosts/mercury/config.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index 0fe641a..e5d8720 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -53,13 +53,12 @@ fzf.enable = true; bat.enable = true; eza.enable = true; + broot.enable = true; helix = { enable = true; hardMode = true; }; - tmux.enable = true; - lazygit.enable = true; git = { enable = true; |
