Skip to content

Commit

Permalink
add tree-grepper to PATH
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianHicks committed Sep 5, 2021
1 parent 04d9856 commit 60c3f34
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 @@ -17,8 +17,6 @@ in {
];

home.packages = [
(pkgs.callPackage ../pkgs/tree-grepper { })

# remote packages. Probably could do this better but I don't really want to
# at the moment.
pkgs.cachix
Expand Down
1 change: 1 addition & 0 deletions dotfiles/default.nix
Expand Up @@ -17,6 +17,7 @@
./ssh
./tmux
./tree
./tree-grepper
./watch
./xmonad
./xsession
Expand Down
1 change: 1 addition & 0 deletions dotfiles/tree-grepper/default.nix
@@ -0,0 +1 @@
{ pkgs, ... }: { home.packages = [ pkgs.tree-grepper ]; }

0 comments on commit 60c3f34

Please sign in to comment.