From 1ea3c72321a83143591bd4e9989da94798c2d71b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 22 Jun 2025 01:25:32 +0530 Subject: Add immish dashboard link + refactor stuff --- flake.nix | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'flake.nix') 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 ]; }; }; } -- cgit v1.3.1