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

11 lines
111 B
Nix

{ pkgs, ... }:
{
environment.systemPackages = with pkgs; [
wget
tree
bmon
vscode-fhs
];
}