home-manager/shell/tree.nix

6 lines
53 B
Nix
Raw Normal View History

2024-07-10 06:10:56 +00:00
{ pkgs, ... }:
{
home.packages = [ pkgs.tree ];
}