From f8d95e777512e89a77a8ed1378aa3f49af37c0a6 Mon Sep 17 00:00:00 2001 From: Natasha Moongrave Date: Sun, 22 Mar 2026 18:23:58 +0100 Subject: Fixed broken configuration import for kronos --- flake.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index b47f965..6388760 100644 --- a/flake.nix +++ b/flake.nix @@ -14,9 +14,7 @@ nixpkgs, home-manager, ... - } @ inputs: - # ← let goes here - let + } @ inputs: let hmModule = { home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; @@ -28,7 +26,7 @@ system = "x86_64-linux"; specialArgs = {inherit inputs;}; modules = [ - ./configuration.nix + ./hosts/kronos/configuration.nix home-manager.nixosModules.home-manager hmModule # ← use shared module ]; -- cgit v1.2.3