summary refs log tree commit diff stats
path: root/modules/dev.nix
blob: ebef3f48c166bfc1a348f0bb652c5c11695c305e (plain)
1
2
3
4
5
6
7
8
9
10
{ config, pkgs, ... }:

{ environment.systemPackages = with pkgs; [
    mercurial
    gitAndTools.hub

    ag
    ripgrep
  ]; 
}