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