From a76b28051d7cc5f4aff564d913f2c8a568e312ee Mon Sep 17 00:00:00 2001 From: Soispha Date: Sat, 24 Feb 2024 11:07:14 +0100 Subject: feat(hm/pkgs): Add `file` --- hm/soispha/pkgs/default.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'hm/soispha/pkgs/default.nix') 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 = [ -- cgit 1.4.1