summaryrefslogtreecommitdiff
path: root/home/ebisu/core/nix/development/tools.nix
blob: e203cd2b7b650a05d4a094ed1ecef4032569e3b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    statix
    nurl
    nix-init
    nix-prefetch-git
    deadnix
    update-nix-fetchgit
    nix-prefetch-scripts
    devenv
    niv
    nixpkgs-hammering
    devbox
    compose2nix
    nix-update
    npins
    tsutsumi.yae
  ];
}