From 1f9f6b2b6f7f7426c051f4f835c2fbe79f1202c5 Mon Sep 17 00:00:00 2001 From: Mat Jones Date: Wed, 25 Oct 2023 18:47:53 -0400 Subject: [PATCH] feat(fish): Add `btop` --- home-manager/modules/fish.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home-manager/modules/fish.nix b/home-manager/modules/fish.nix index d2235d33..df8e59b6 100644 --- a/home-manager/modules/fish.nix +++ b/home-manager/modules/fish.nix @@ -19,7 +19,7 @@ in { }; home.packages = with pkgs; - [ thefuck tealdeer tokei cachix _1password ] + [ thefuck tealdeer tokei cachix _1password btop ] ++ lib.lists.optionals isLinux [ xclip ]; programs.gh.enable = true;