tami-nix-infra/hosts/tami-mac/packages.nix
2023-05-17 00:15:23 +03:00

9 lines
87 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
wget
tree
];
}