diff --git a/flake.nix b/flake.nix index 07ac361..d625808 100644 --- a/flake.nix +++ b/flake.nix @@ -75,7 +75,7 @@ networking.hostName = "galvatron"; sound.enable = true; # only on unstable? } - ./galvatron/hardware-configuration.nix + ./hardware/galvatron-hw.nix inputs.apple-silicon.nixosModules.apple-silicon-support inputs.home-manager-unstable.nixosModules.home-manager { home-manager.useGlobalPkgs = true; diff --git a/galvatron/hardware-configuration.nix b/hardware/galvatron-hw.nix similarity index 100% rename from galvatron/hardware-configuration.nix rename to hardware/galvatron-hw.nix