Skip to content

Commit

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

home.packages = [
pkgs.tree
pkgs.watch
(pkgs.callPackage sources.comma { })
(pkgs.callPackage ../pkgs/tree-grepper { })
Expand Down
1 change: 1 addition & 0 deletions dotfiles/default.nix
Expand Up @@ -16,6 +16,7 @@
./ripgrep
./ssh
./tmux
./tree
./xmonad
./xsession
./zoom
Expand Down
1 change: 1 addition & 0 deletions dotfiles/tree/default.nix
@@ -0,0 +1 @@
{ pkgs, ... }: { home.packages = [ pkgs.tree ]; }

0 comments on commit 2f11dd9

Please sign in to comment.