cornflake/programs/utility.nix
2026-06-05 14:42:36 +09:00

17 lines
181 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
tmux
zip
unzip
rar
ripgrep
btop-rocm
bat
wezterm
libsixel
nixfmt
nil
];
}