summary refs log tree commit diff stats
path: root/modules/nixos/default.nix
blob: 2d05002c4e4cd7585bbf62fdf7b9c7e6ad0981e6 (plain) (blame)
1
2
3
4
5
{...}: {
  imports = [
    ./sils
  ];
}