1
0
Fork 0
puter/hosts/work/tools.nix

12 lines
147 B
Nix
Raw Normal View History

2025-05-11 22:49:04 +02:00
{ pkgs, ... }:
{
2025-04-08 23:27:00 +02:00
environment.systemPackages = [
pkgs.gnumake
pkgs.unzip
pkgs.pv
pkgs.jq
pkgs.mariadb
pkgs.openssl
];
}