Files
nix-config/osConfigs/packages.nix
tomoron 9d132e5366
All checks were successful
Build iso when a new version is pushed / test (push) Successful in 12m12s
update flake and change some ly settings
2025-06-26 14:47:45 +02:00

33 lines
291 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
];
}