nixos/system/core/packages.nix
2025-03-12 15:43:41 +01:00

21 lines
231 B
Nix

{ pkgs, ...}: {
environment.systemPackages = with pkgs; [
age
compsize
duf
eza
bat
file
htop
btop
git
jq
yq
du-dust
ripgrep
sops
wget
wireguard-tools
zip
];
}