nixos-server/programs.nix
2025-10-04 02:23:05 +02:00

30 lines
505 B
Nix

{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
neovim
wget
iproute2
curl
fastfetch
tree
btop-cuda
pigz
ncdu
screen
nixfmt-tree
ffmpeg-full
borgbackup
p7zip
vtk
immich-cli
parted
toybox
gitoxide
(pkgs.callPackage ./modules/customPackages/shreddit/shreddit.nix { })
busybox
linuxKernel.packages.linux_6_12.turbostat
linuxKernel.packages.linux_6_12.cpupower
];
programs.starship.enable = true;
}