mirror of
https://github.com/MagicBOTAlex/nixos-server.git
synced 2025-09-01 03:36:52 +02:00
19 lines
257 B
Nix
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;
|
|
}
|