mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-08-13 07:37:08 +02:00
Added Variables For Username & Hostname in Flake
This commit is contained in:
@ -22,7 +22,7 @@
|
|||||||
in {
|
in {
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
laptop = nixpkgs.lib.nixosSystem {
|
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
|
modules = [ ./laptop/configuration.nix
|
||||||
home-manager.nixosModules.home-manager {
|
home-manager.nixosModules.home-manager {
|
||||||
home-manager.useGlobalPkgs = true;
|
home-manager.useGlobalPkgs = true;
|
||||||
|
Reference in New Issue
Block a user