starting the modules system
This commit is contained in:
parent
6cffce3de2
commit
f7a1794dae
5 changed files with 246 additions and 461 deletions
46
pkgs/base-packages.nix
Normal file
46
pkgs/base-packages.nix
Normal file
|
@ -0,0 +1,46 @@
|
|||
{ pkgs, config, ... }:
|
||||
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
vim
|
||||
wget
|
||||
killall
|
||||
git
|
||||
tmux
|
||||
dutree
|
||||
cachix
|
||||
unzip
|
||||
unrar
|
||||
p7zip
|
||||
zip
|
||||
gzip
|
||||
usbutils
|
||||
binutils
|
||||
podman-compose
|
||||
exa
|
||||
# img2pdf
|
||||
yt-dlp
|
||||
bat
|
||||
rsync
|
||||
jq
|
||||
ripgrep
|
||||
fd
|
||||
socat
|
||||
ffmpeg-full
|
||||
imagemagick
|
||||
libheif
|
||||
trash-cli
|
||||
htop
|
||||
btop
|
||||
bc
|
||||
sysstat
|
||||
procs
|
||||
pandoc
|
||||
samba
|
||||
blesh
|
||||
# OVMFFull
|
||||
quickemu
|
||||
macchina
|
||||
neofetch
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue