cornflake/programs/utility.nix
2026-03-01 00:07:03 +09:00

16 lines
173 B
Nix

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