From 58dd448d246e941fb998bf49c26675a99efa3ac6 Mon Sep 17 00:00:00 2001 From: David Crompton Date: Sun, 7 Jul 2024 11:44:08 -0400 Subject: [PATCH] flake.nix Reformat --- flake.nix | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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; + }; }; }; }