From fdd03eba18ea3900d1f905221bed644aa2ba6e10 Mon Sep 17 00:00:00 2001 From: Miranda Marquez Date: Tue, 26 Mar 2024 10:45:17 -0800 Subject: [PATCH] move galvatron hardware into hw dir --- flake.nix | 2 +- .../hardware-configuration.nix => hardware/galvatron-hw.nix | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename galvatron/hardware-configuration.nix => hardware/galvatron-hw.nix (100%) 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