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