Skip to content

Commit

Permalink
fix(fish): Add Ripgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjones2014 committed Dec 6, 2024
1 parent 86ef8be commit 925ff6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion home-manager/modules/fish.nix
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@
};

home.packages = with pkgs;
[ tealdeer tokei cachix jq ] ++ lib.lists.optionals isLinux [ xclip ];
[ tealdeer tokei cachix jq ripgrep ]
++ lib.lists.optionals isLinux [ xclip ];

}

0 comments on commit 925ff6b

Please sign in to comment.