summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/nix/development/tools.nix
blob: 16b5d6be7b2eb86c63fce63532c627391752fc45 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{ 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
  ];
}