diff options
-rw-r--r-- | packages.nix | 64 |
1 files changed, 33 insertions, 31 deletions
diff --git a/packages.nix b/packages.nix index 2fe71ae..dcb4cbb 100644 --- a/packages.nix +++ b/packages.nix @@ -1,35 +1,37 @@ { pkgs }: +with pkgs; + [ -pkgs.ag -pkgs.cloc -pkgs.dict -pkgs.entr -pkgs.exercism -pkgs.expect -pkgs.fasd -pkgs.feh -pkgs.file -pkgs.gnumake -pkgs.htop -pkgs.jq -pkgs.lsof -pkgs.mononoki -pkgs.msmtp -pkgs.ncdu -pkgs.neomutt -pkgs.pass -pkgs.pandoc -pkgs.ranger -pkgs.ripgrep -pkgs.shellcheck -pkgs.tmux -pkgs.tree -pkgs.urlscan -pkgs.unrar -pkgs.w3m -pkgs.xterm -pkgs.yank -pkgs.youtube-dl -pkgs.zeal +ag +cloc +dict +entr +exercism +expect +fasd +feh +file +gnumake +htop +jq +lsof +mononoki +msmtp +ncdu +neomutt +pandoc +pass +ranger +ripgrep +shellcheck +tmux +tree +unrar +urlscan +w3m +xterm +yank +youtube-dl +zeal ] |