about summary refs log tree commit diff stats
path: root/hm/soispha/pkgs/default.nix
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2024-02-24 11:07:14 +0100
committerSoispha <soispha@vhack.eu>2024-02-24 11:09:37 +0100
commita76b28051d7cc5f4aff564d913f2c8a568e312ee (patch)
tree35da1b5e6027648675ae38407905ae67b266c8c7 /hm/soispha/pkgs/default.nix
parentfix(hm/conf/lf/commands): Correct reference to nix path (diff)
downloadnixos-config-a76b28051d7cc5f4aff564d913f2c8a568e312ee.zip
feat(hm/pkgs): Add `file`
Diffstat (limited to '')
-rw-r--r--hm/soispha/pkgs/default.nix1
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 = [