nixos-server/programs.nix
2025-08-15 21:53:02 +02:00

18 lines
237 B
Nix

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