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