From b0b25c561a51f0e9c68ca8c24ff767ac34e6c2ed Mon Sep 17 00:00:00 2001 From: JakeGinesin Date: Fri, 2 May 2025 05:52:13 -0400 Subject: [PATCH] 60 current 2025-04-30 20:54:46 25.05.20250424.f771eb4 6.12.24 * --- hosts/thonkpad/configuration.nix | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) 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";