dotfiles/nixos-modules/hardware/default.nix

7 lines
90 B
Nix

{
inputs,
...
}:
{
imports = [ inputs.nixos-facter-modules.nixosModules.facter ];
}