Files
nicksOs/modules/system/packages.nix
T
2026-07-26 12:26:38 +02:00

21 lines
296 B
Nix

{pkgs, inputs, ...}: {
environment.systemPackages = with pkgs; [
inputs.agenix.packages."${stdenv.hostPlatform.system}".default
neovim
wget
curl
git
fastfetch
rsync
starship
eza
net-tools
alejandra
nixd
yazi
dysk
tmux
btop
];
}