about summary refs log tree commit diff stats
path: root/modules/nixos/default.nix
blob: fb2eb611ea46747d5a40d4f8549f56b6d840e14c (plain)
1
2
3
4
5
6
7
{
  # Add your NixOS modules here
  #
  # my-module = ./my-module;
  laminar = ./laminar.nix;
  goatcounter = ./goatcounter.nix;
}