From cde1d7bd0900e02c39f02778d93653d548778de4 Mon Sep 17 00:00:00 2001 From: m3tam3re Date: Thu, 14 Aug 2025 17:50:14 +0200 Subject: [PATCH] temp architecture change --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 672818d..3189135 100644 --- a/flake.nix +++ b/flake.nix @@ -30,7 +30,7 @@ homeConfigurations = { "m3tam3re@m3-daedalus" = home-manager.lib.homeManagerConfiguration { - pkgs = nixpkgs.legacyPackages."aarch64-linux"; + pkgs = nixpkgs.legacyPackages."x86_64-linux"; extraSpecialArgs = { inherit inputs outputs; systemConfig = {};