nix/users/gandalf/modules/packages.nix

11 lines
233 B
Nix

{ pkgs, ... }: {
home.packages = with pkgs; [
gopass
gopass-jsonapi
yt-dlp
gdu # fast disk usage analyzer with console interface written in go
duf # disk usage/free utility - a better 'df' alternative
];
}