Added commandline tools

This commit is contained in:
2023-12-19 17:49:25 -04:00
parent 22dc9f16fb
commit e96fb19078
8 changed files with 60 additions and 23 deletions

8
home/shell/aria2.nix Normal file
View File

@@ -0,0 +1,8 @@
{...}: {
programs.aria2 = {
enable = true;
settings = {
max-upload-limit = "0M";
};
};
}