# List of usefull packages to install with nix
with import <nixpkgs>{};
[
  bat
  du-dust
  exa
  fd
  ncftp
  procs
  ripgrep
  sd
  starship
  vivid
  zoxide
]