Skip to content

Commit

Permalink
add aria2c
Browse files Browse the repository at this point in the history
  • Loading branch information
NotM32 committed Jan 27, 2025
1 parent dcdfad2 commit e271171
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions home/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,17 @@

home.packages = with pkgs; [
# Nix Utilities
nurl # nix-prefetch but more useful
nixos-option # command line search of nixos option declarations
nil # nil is a better nix lsp
nixfmt # formatter for nix
nurl
nixos-option
nil
nixfmt

# Utilities
freeipmi
htop
minicom # connecting to devices over serial modem connection (router/switch consoles)
mosh # mobile shell, for latent/spotty ssh connections
minicom
mosh
aria2c
];

home = {
Expand Down

0 comments on commit e271171

Please sign in to comment.