summary refs log tree commit diff stats
path: root/users/default.nix
blob: a3330ff985dc163f75feb1f6491fbe1b50554c5d (plain) (blame)
1
2
3
4
5
6
7
8
{
  nixpkgs,
  system,
  ...
}: {
  sils = import ./sils {inherit nixpkgs system;};
  root = import ./root;
}