all repos — nixfiles @ f85a60028c9c23aaba3401f01d4526e5421df9ca

System and user configuration, managed by nix and home-manager

darwin: install trash cli tool

Alan Pearce
commit

f85a60028c9c23aaba3401f01d4526e5421df9ca

parent

172f32560aafdf3353716d31c1fa29e85064204a

1 file changed, 5 insertions(+), 1 deletion(-)

jump to
M user/settings/darwin.nixuser/settings/darwin.nix
@@ -35,8 +35,12 @@ esac
EOF ''; }) + ]; - home.packages = with pkgs; [ darwin-zsh-completions ]; + home.packages = with pkgs; [ + darwin-zsh-completions + darwin.trash + ]; programs.emacs.package = pkgs.emacs;