From 6cf91542a2912111d24b5c14c7ffd57954dcaa50 Mon Sep 17 00:00:00 2001 From: Kristian Date: Sun, 27 Aug 2023 21:20:47 +0200 Subject: [PATCH] fixed declaring modules twice --- flake.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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;