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

6 lines
123 B
Nix

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