From fabc1603e42673afddde37ef121e0b8935559086 Mon Sep 17 00:00:00 2001 From: Collin Williams <96917990+bluedragon1221@users.noreply.github.com> Date: Tue, 8 Jul 2025 14:55:31 +0000 Subject: move stuff to their own files; system update --- hosts/mercury/config.nix | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'hosts/mercury') 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; -- cgit v1.3.1