60 current 2025-04-30 20:54:46 25.05.20250424.f771eb4 6.12.24 *

This commit is contained in:
2025-05-02 05:52:13 -04:00
parent 61d1134fed
commit b0b25c561a

View File

@@ -34,17 +34,18 @@ in {
useUserPackages = true; useUserPackages = true;
backupFileExtension = "hm-backup"; backupFileExtension = "hm-backup";
# sharedModules = [agenix.homeManagerModules.default]; # sharedModules = [agenix.homeManagerModules.default];
extraSpecialArgs = {inherit (config);}; # extraSpecialArgs = {inherit (config);};
users.synchronous.imports = [ # users.synchronous.imports = [
({ # ({
config, # config,
lib, # lib,
... # ...
}: # }:
import ../../home/home.nix { # import ../../home/home.nix {
inherit config pkgs lib; # inherit config pkgs lib;
}) # })
]; # ];
users.synchronous.imports = [../../home/home.nix];
}; };
res = "1366x768"; res = "1366x768";