Initial commit
This commit is contained in:
23
home/common/packages.nix
Normal file
23
home/common/packages.nix
Normal file
@@ -0,0 +1,23 @@
|
||||
{ pkgs, ... } : {
|
||||
home.packages = with pkgs; [
|
||||
# region Tools
|
||||
git
|
||||
gh
|
||||
|
||||
screen
|
||||
|
||||
mc
|
||||
|
||||
btop
|
||||
|
||||
wget
|
||||
traceroute
|
||||
dnsutils
|
||||
|
||||
atool
|
||||
zip
|
||||
unzip
|
||||
p7zip
|
||||
# endregion
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user