refactor: extract tree config
This commit is contained in:
parent
bbd6c2e0cc
commit
c0596e817e
3 changed files with 2 additions and 2 deletions
|
@ -34,7 +34,7 @@
|
|||
./rsync.nix
|
||||
./shell_aliases.nix
|
||||
./ssh.nix
|
||||
./tree.nix
|
||||
../tree.nix
|
||||
./zsh.nix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,5 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = [ pkgs.tree ];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue