init commit
This commit is contained in:
commit
181e6f681e
22 changed files with 940 additions and 0 deletions
24
pkgs/common-packages.nix
Normal file
24
pkgs/common-packages.nix
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
|
||||
tmux
|
||||
|
||||
fastfetch
|
||||
btop
|
||||
iotop
|
||||
dool
|
||||
ncdu
|
||||
dig
|
||||
wget
|
||||
unzip
|
||||
nettools
|
||||
pciutils
|
||||
|
||||
iptables
|
||||
openssl # Generate secure passwords with: $ openssl rand -base64 48
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue