diff --git a/flake.nix b/flake.nix index 9549881..bc5285e 100644 --- a/flake.nix +++ b/flake.nix @@ -82,8 +82,7 @@ inherit pkgs; modules = - self.commonModules - ++ [ + [ ./laptop.nix ] ++ self.commonModules;