18 lines
184 B
Nix
18 lines
184 B
Nix
{ congif, pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
age
|
|
bat
|
|
bind
|
|
btop
|
|
git
|
|
jq
|
|
openssl
|
|
ripgrep
|
|
tmux
|
|
tree
|
|
vim
|
|
wget
|
|
];
|
|
}
|