some reorganizing
This commit is contained in:
parent
df9e8ae8bf
commit
113e015135
182 changed files with 443 additions and 449 deletions
24
sys/profiles/programs/tools.nix
Normal file
24
sys/profiles/programs/tools.nix
Normal file
|
@ -0,0 +1,24 @@
|
|||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
htop
|
||||
btop
|
||||
wget
|
||||
ripgrep
|
||||
nethogs
|
||||
ffmpeg-full
|
||||
parted
|
||||
busybox
|
||||
file
|
||||
lm_sensors
|
||||
fd # find replacement
|
||||
graphviz-nox
|
||||
p7zip
|
||||
unar
|
||||
jq
|
||||
openssl # for generating passwords
|
||||
yt-dlp
|
||||
inotify-tools
|
||||
dig
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue