cornflake/programs/utility.nix
2025-02-16 14:41:48 +09:00

13 lines
162 B
Nix

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