This repository has been archived on 2024-07-08. You can view files and clone it, but cannot push or open issues or pull requests.
nix-config-tn/nixos/hosts/common/nixos/packages.nix
2024-03-15 20:11:01 +11:00

19 lines
233 B
Nix

{ config, pkgs, lib, ... }:
{
environment.systemPackages = with pkgs; [
bat
jq
yq
btop
neovim
vim
git
dnsutils
# TODO Move
nixpkgs-fmt
nil
gh
];
programs.mtr.enable = true;
}