mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-01-01 03:29:24 +01:00
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.
This commit is contained in:
parent
91fff9d285
commit
bb6d0afc93
@ -7,6 +7,7 @@ let VARIABLES = import ../../src/variables.nix; in {
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
jq
|
||||
exa
|
||||
fd
|
||||
fzf
|
||||
ripgrep
|
||||
|
Loading…
Reference in New Issue
Block a user