diff options
author | Soispha <soispha@vhack.eu> | 2024-02-24 11:07:14 +0100 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2024-02-24 11:09:37 +0100 |
commit | a76b28051d7cc5f4aff564d913f2c8a568e312ee (patch) | |
tree | 35da1b5e6027648675ae38407905ae67b266c8c7 /hm/soispha/pkgs/default.nix | |
parent | fix(hm/conf/lf/commands): Correct reference to nix path (diff) | |
download | nixos-config-a76b28051d7cc5f4aff564d913f2c8a568e312ee.zip |
feat(hm/pkgs): Add `file`
Diffstat (limited to 'hm/soispha/pkgs/default.nix')
-rw-r--r-- | hm/soispha/pkgs/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hm/soispha/pkgs/default.nix b/hm/soispha/pkgs/default.nix index 8b0e9d01..e811ac37 100644 --- a/hm/soispha/pkgs/default.nix +++ b/hm/soispha/pkgs/default.nix @@ -109,6 +109,7 @@ with pkgs; let fd # Simple, fast and user-friendly alternative to find ripgrep # A search tool that combines the usability of ag with the raw speed of grep fzf # used to quickly move around with its keybindings + file # Show information about a file ]; Editors = [ |