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