This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
nil/modules/cli.nix
James Patrick 2fd781022f Fixed typo
2021-11-28 22:19:23 -05:00

5 lines
107 B
Nix

{ config, pkgs, ... }: {
environment.systemPackages = with pkgs; [ htop ripgrep jq silver-searcher ];
}