From 81bcb54092ca9e8d6b2a21bc67729a24190637a3 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 19 Sep 2023 08:05:11 +0900 Subject: [PATCH] test --- lib/default.nix | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/default.nix b/lib/default.nix index e9a6abb5..cfa83505 100644 --- a/lib/default.nix +++ b/lib/default.nix @@ -44,9 +44,10 @@ gpu ? null, theme ? "default" }: { + libx = import . { inherit inputs outputs stateVersion hmStateVersion; }; specialArgs = { inherit inputs outputs desktop hostname username stateVersion gpu platform theme; }; - hostname = mkHost { hostname = hostname; platform = platform; installer = installer; }; - "$username@$hostname" = mkHome { hostname = hostname; platform = platform; }; + hostname = libx.mkHost { hostname = hostname; platform = platform; installer = installer; }; + "$username@$hostname" = libx.mkHome { hostname = hostname; platform = platform; }; }; forAllSystems = inputs.nixpkgs.lib.genAttrs [