summary refs log blame commit diff stats
path: root/users/default.nix
blob: a3330ff985dc163f75feb1f6491fbe1b50554c5d (plain) (tree)
1
2
3
4
5
6
7
8




                                                 
                       
 
{
  nixpkgs,
  system,
  ...
}: {
  sils = import ./sils {inherit nixpkgs system;};
  root = import ./root;
}