Added Variables For Username & Hostname in Flake

This commit is contained in:
Tyler Kelley 2024-01-12 01:08:24 -06:00
parent 287974c466
commit f2d92f0b37

View File

@ -22,7 +22,7 @@
in {
nixosConfigurations = {
laptop = nixpkgs.lib.nixosSystem {
specialArgs = { inherit system; inherit inputs; inherit username; inherit hostname };
specialArgs = { inherit system; inherit inputs; inherit username; inherit hostname; };
modules = [ ./laptop/configuration.nix
home-manager.nixosModules.home-manager {
home-manager.useGlobalPkgs = true;