14 lines
147 B
Nix
14 lines
147 B
Nix
{ congif, pkgs, ... }:
|
|
{
|
|
environment.systemPackages = with pkgs; [
|
|
age
|
|
bind
|
|
btop
|
|
git
|
|
jq
|
|
openssl
|
|
tmux
|
|
tree
|
|
];
|
|
}
|