Files
nix-config/osConfigs/packages.nix
tomoron 8248d4b969
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 9m44s
update flake, switch to kvm instead of virtualbox, add lrzip package
2025-06-09 17:04:50 +02:00

33 lines
292 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
lrzip
home-manager
vim
pciutils
pigz
htop
gnumake
git
neofetch
neovim
ntfs3g
clang
ninja
gdb
valgrind
wget
cmake
usbutils
man-pages
stress
cryptsetup
acpi
dconf
ffmpeg-full
nv-codec-headers
];
}