diff --git a/flake.nix b/flake.nix index 4c85636..dc65a2b 100644 --- a/flake.nix +++ b/flake.nix @@ -17,8 +17,8 @@ programs.sway.enable = true; networking.hostName = "romulus"; } - ./hardware-romulus.nix - ./configuration.nix + ./system + ./system/hardware-romulus.nix ]; }; }; diff --git a/configuration.nix b/system/default.nix similarity index 100% rename from configuration.nix rename to system/default.nix diff --git a/hardware-romulus.nix b/system/hardware-romulus.nix similarity index 100% rename from hardware-romulus.nix rename to system/hardware-romulus.nix diff --git a/interception-tools.nix b/system/interception-tools.nix similarity index 100% rename from interception-tools.nix rename to system/interception-tools.nix