diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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 ]; |
