install fzf
This commit is contained in:
parent
54b96d45fa
commit
af1cb08d23
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ in {
|
|||
};
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
user.packages = [ pkgs.grc ];
|
||||
user.packages = with pkgs; [ bat fd fzf grc ];
|
||||
|
||||
environment.systemPackages = with pkgs.fishPlugins; [ fzf-fish tide ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue