nixos-config/users/owners.nix

9 lines
131 B
Nix

{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./john.nix
./jill.nix
];
}