starting the modules system

This commit is contained in:
Chris Cochrun 2023-01-06 11:54:52 -06:00
parent 6cffce3de2
commit f7a1794dae
5 changed files with 246 additions and 461 deletions

46
pkgs/base-packages.nix Normal file
View 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
];
}