cornflake/programs/utility.nix
2025-01-30 21:55:28 +09:00

14 lines
168 B
Nix

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