nixos-server/programs.nix
2025-08-17 17:36:09 +02:00

19 lines
257 B
Nix

{pkgs,...} : {
environment.systemPackages = with pkgs; [
neovim
wget
iproute2
curl
fastfetch
tree
btop-cuda
pigz
ncdu
screen
nixfmt-tree
ffmpeg-full
borgbackup
];
programs.starship.enable = true;
}