aboutsummaryrefslogblamecommitdiff
path: root/modules/system/default.nix
blob: ed3213c2fcc88739ccf93574e58cdfa994ceca42 (plain) (tree)
1
2
3
4
5
6
7


        
             
           
    
 
{ ... }:

{
  imports = [
    ./users
  ];
}