From c8a9e615c59b5b3eb0c4caf5bfb21ff4517735ca Mon Sep 17 00:00:00 2001 From: Ryan Hamamura <58859899+ryanhamamura@users.noreply.github.com> Date: Mon, 20 Apr 2026 19:05:36 -1000 Subject: [PATCH] chore: remove unecessary hardware file --- hardware.nix | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 hardware.nix diff --git a/hardware.nix b/hardware.nix deleted file mode 100644 index d86319c..0000000 --- a/hardware.nix +++ /dev/null @@ -1,8 +0,0 @@ -{ self, inputs, ... }: { - - flake.nixosModules.fioHardware = { config, lib, pkgs, modulesPath, ... }: { - imports = [ - (modulesPath + "/installer/scan/not-detected.nix") - ]; - }; -}