diff --git a/flake.nix b/flake.nix index cc11a78..0c6cb0d 100644 --- a/flake.nix +++ b/flake.nix @@ -66,16 +66,16 @@ ]; }; homeConfigurations."universelaptop" = home-manager.lib.homeManagerConfiguration { - pkgs = pkgs_linux-aarch64; + pkgs = pkgs_linux-aarch64; - # Specify your home configuration modules here, for example, - # the path to your home.nix. - modules = [ ./machines/asahi/home.nix ]; - - extraSpecialArgs = { - pkgs-x86_64 = pkgs_linux-x86_64; - inputs = attrs; - }; + # Specify your home configuration modules here, for example, + # the path to your home.nix. + modules = [ ./machines/asahi/home.nix ]; + + extraSpecialArgs = { + pkgs-x86_64 = pkgs_linux-x86_64; + inputs = attrs; + }; }; }; }