21 lines
296 B
Nix
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
|
|
];
|
|
}
|