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