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

16 lines
183 B
Nix

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