nix_config/sys/modules/default.nix

12 lines
96 B
Nix

{
config,
lib,
pkgs,
...
}: {
imports = [
./baseline.nix
./yubikey.nix
];
}