Skip to content

Commit

Permalink
move ripgrep from backup
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Aug 24, 2021
1 parent 439d0f6 commit 8efbf95
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions backup/dotfiles/default.nix
Expand Up @@ -20,10 +20,8 @@ in {
[ (self: super: { tmux = pkgs.callPackage ../pkgs/tmux { }; }) ];

home.packages = [
pkgs.ag
pkgs.hyperfine
pkgs.jq
pkgs.ripgrep
pkgs.tree
pkgs.watch
(pkgs.callPackage sources.comma { })
Expand Down
1 change: 1 addition & 0 deletions dotfiles/default.nix
Expand Up @@ -11,6 +11,7 @@
./home-manager
./keyboard
./rofi
./ripgrep
./ssh
./tmux
./xmonad
Expand Down
1 change: 1 addition & 0 deletions dotfiles/ripgrep/default.nix
@@ -0,0 +1 @@
{ pkgs, ... }: { home.packages = [ pkgs.ripgrep ]; }

0 comments on commit 8efbf95

Please sign in to comment.