nixos-config/users/owners.nix

10 lines
131 B
Nix
Raw Permalink Normal View History

2024-03-17 09:21:24 -07:00
{ config, pkgs, ... }:
{
imports =
[ # Include the results of the hardware scan.
./john.nix
./jill.nix
];
}