From bb6d0afc934bd207bd46db6d192344052ead438f Mon Sep 17 00:00:00 2001 From: Donovan Glover Date: Mon, 12 Jun 2023 18:40:05 -0400 Subject: [PATCH] misc: Make exa man pages accessible Even though it's possible to guarantee that a certain package is used, it's still necessary to include packages in the $PATH in order to have access to the man pages for them, among other things. --- modules/fish-starship/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/fish-starship/default.nix b/modules/fish-starship/default.nix index 2cb26acc..21ba01c5 100644 --- a/modules/fish-starship/default.nix +++ b/modules/fish-starship/default.nix @@ -7,6 +7,7 @@ let VARIABLES = import ../../src/variables.nix; in { environment.systemPackages = with pkgs; [ wget jq + exa fd fzf ripgrep