feat: initial minimal setup
This commit is contained in:
8
hardware.nix
Normal file
8
hardware.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{ self, inputs, ... }: {
|
||||
|
||||
flake.nixosModules.fioHardware = { config, lib, pkgs, modulesPath, ... }: {
|
||||
imports = [
|
||||
(modulesPath + "/installer/scan/not-detected.nix")
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user