From 078d43e3beac77ff4d30697aa669573a3389cc62 Mon Sep 17 00:00:00 2001 From: Dave Gallant Date: Sun, 3 Jul 2022 04:33:05 +0000 Subject: [PATCH] Reorganize flake --- flake.nix | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/flake.nix b/flake.nix index 6b86d66..345c54a 100644 --- a/flake.nix +++ b/flake.nix @@ -28,14 +28,6 @@ ... } @ inputs: { nixosConfigurations = let - desktopLinuxModules = [ - ./common/printing.nix - ./services/netdata/default.nix - ./services/keyleds/default.nix - ./common/linux.nix - ./common/networking.nix - ./common/desktop.nix - ]; defaultModules = [ home-manager.nixosModules.home-manager ./common/fonts.nix @@ -78,6 +70,14 @@ }; }) ]; + desktopLinuxModules = [ + ./common/printing.nix + ./services/netdata/default.nix + ./services/keyleds/default.nix + ./common/linux.nix + ./common/networking.nix + ./common/desktop.nix + ]; in { hephaestus = nixpkgs.lib.nixosSystem { system = "x86_64-linux";