13 lines
153 B
Nix
13 lines
153 B
Nix
{ pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
zip
|
|
unzip
|
|
ripgrep
|
|
btop-rocm
|
|
bat
|
|
|
|
wezterm
|
|
nixfmt-rfc-style
|
|
];}
|