all repos — nix-packages @ 1afe1716bb6d91b1cd2d08e807c05bf77e4e749c

My personal collection of packages for nix

modules/nixos/default.nix (view raw)

1
2
3
4
5
6
7
8
{
  # Add your NixOS modules here
  #
  # my-module = ./my-module;
  laminar = ./laminar.nix;
  git-pr = ./git-pr.nix;
  goaccess = ./goaccess.nix;
}