diff --git a/flake.nix b/flake.nix index d06e59d..2146d27 100644 --- a/flake.nix +++ b/flake.nix @@ -32,7 +32,7 @@ }; outputs = { self, nixpkgs, home-manager, hyprland, stylix, hypr-contrib, nix-gaming, ... }@attrs: let - variables = import ./examples/laptop.nix; + variables = import ./variables.nix; in { nixosConfigurations."${variables.hostname}" = nixpkgs.lib.nixosSystem { system = variables.system; diff --git a/examples/laptop.nix b/variables.nix similarity index 100% rename from examples/laptop.nix rename to variables.nix