diff --git a/hosts/thonkpad/configuration.nix b/hosts/thonkpad/configuration.nix index ee4794b..3eae7e4 100644 --- a/hosts/thonkpad/configuration.nix +++ b/hosts/thonkpad/configuration.nix @@ -34,17 +34,18 @@ in { useUserPackages = true; backupFileExtension = "hm-backup"; # sharedModules = [agenix.homeManagerModules.default]; - extraSpecialArgs = {inherit (config);}; - users.synchronous.imports = [ - ({ - config, - lib, - ... - }: - import ../../home/home.nix { - inherit config pkgs lib; - }) - ]; + # extraSpecialArgs = {inherit (config);}; + # users.synchronous.imports = [ + # ({ + # config, + # lib, + # ... + # }: + # import ../../home/home.nix { + # inherit config pkgs lib; + # }) + # ]; + users.synchronous.imports = [../../home/home.nix]; }; res = "1366x768";