summaryrefslogtreecommitdiff
path: root/modules/default.nix
blob: 5d3961da4d6984c018df41bae7fd3e88b1774387 (plain)
1
2
3
4
5
6
7
8
{ ... }:

{
  imports =
    [
      ./linus.onl
    ];
}