default.nix 91 B

12345678
  1. {
  2. users.mutableUsers = false;
  3. imports = [
  4. ./christine.nix
  5. ./thomas.nix
  6. ];
  7. }