aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix6
1 files changed, 2 insertions, 4 deletions
diff --git a/flake.nix b/flake.nix
index 8875022..2605a68 100644
--- a/flake.nix
+++ b/flake.nix
@@ -9,11 +9,9 @@
system = "x86_64-linux";
specialArgs = {
settings = import ./settings.nix { inherit (nixpkgs) lib; };
+ inherit nixos-hardware;
};
- modules = [
- "${nixos-hardware}/lenovo/ideapad"
- ./configuration.nix
- ];
+ modules = [ ./modules/config.nix ];
};
};
}