about summary refs log tree commit diff
path: root/modules/system/default.nix
blob: ed3213c2fcc88739ccf93574e58cdfa994ceca42 (plain) (blame)
1
2
3
4
5
6
7
{ ... }:

{
  imports = [
    ./users
  ];
}