diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-07-08 14:55:31 +0000 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-07-08 14:55:31 +0000 |
| commit | fabc1603e42673afddde37ef121e0b8935559086 (patch) | |
| tree | e09834122fb348d6253d9ab48549bf559c043dfd /hosts/mercury/config.nix | |
| parent | c31425298f3de9fff78d38a36ccc2d8e14c580ee (diff) | |
move stuff to their own files; system update
Diffstat (limited to 'hosts/mercury/config.nix')
| -rw-r--r-- | hosts/mercury/config.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index 6cd002f..f18c772 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -47,6 +47,10 @@ lazygit.enable = true; starship.enable = true; + fzf.enable = true; + bat.enable = true; + eza.enable = true; + git = { enable = true; userName = "Collin Williams"; @@ -54,6 +58,7 @@ }; cmus.enable = true; + nh.enable = true; helix = { enable = true; |
