From 53c4426d48d52b4bf9bb9eaaa87fd40951e5de11 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Sat, 5 Aug 2023 17:02:46 -0500 Subject: [PATCH] sort homeconfigurations --- flake.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index ddbf7cd..2b92525 100644 --- a/flake.nix +++ b/flake.nix @@ -63,16 +63,16 @@ pkgs = pkgsFor.x86_64-linux; extraSpecialArgs = { inherit inputs outputs; }; }; - "john@penguin-fw" = lib.homeManagerConfiguration { - modules = [ ./home/penguin-fw.nix ]; - pkgs = pkgsFor.x86_64-linux; - extraSpecialArgs = { inherit inputs outputs; }; - }; "john@penguin-duet" = lib.homeManagerConfiguration { modules = [ ./home/penguin-duet.nix ]; pkgs = pkgsFor.aarch64-linux; extraSpecialArgs = { inherit inputs outputs; }; }; + "john@penguin-fw" = lib.homeManagerConfiguration { + modules = [ ./home/penguin-fw.nix ]; + pkgs = pkgsFor.x86_64-linux; + extraSpecialArgs = { inherit inputs outputs; }; + }; "john@pixnix" = lib.homeManagerConfiguration { modules = [ ./home/pixnix.nix ]; pkgs = pkgsFor.x86_64-linux;