From 9d1b3f23a64506988608143f4bca8ab4c5141d3e Mon Sep 17 00:00:00 2001 From: Tim Keller Date: Wed, 2 Oct 2024 22:37:06 -0500 Subject: update moreee --- flake.nix | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index e69a67b..fbf3bc1 100644 --- a/flake.nix +++ b/flake.nix @@ -19,10 +19,18 @@ let system = "x86_64-linux"; pkgs = nixpkgs.legacyPackages.${system}; + userDetails = { + username = "timmy"; + email = "tjkeller.xyz"; + fullname = "Tim Keller"; + }; in { nixosConfigurations.T430 = nixpkgs.lib.nixosSystem { inherit system; - specialArgs = { inherit inputs; }; + specialArgs = { + inherit inputs; + inherit userDetails; + }; modules = [ ./modules/hosts/T430/configuration.nix ./modules/root @@ -31,6 +39,9 @@ homeConfigurations.timmy = home-manager.lib.homeManagerConfiguration { inherit pkgs; + extraSpecialArgs = { + inherit userDetails; + }; modules = [ ./modules/home inputs.arkenfox.hmModules.arkenfox -- cgit v1.2.3