nix-flakes/hosts/machine/kanade/modules/packages.nix
2026-07-06 12:15:38 +09:00

15 lines
182 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
# Recovery and bootstrap tools
curl
wget
vim
# Nix tooling
nixd
nil
cloudflared
];
}