mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-21 04:08:20 +02:00
Added Variables For Username & Hostname in Flake
This commit is contained in:
parent
287974c466
commit
f2d92f0b37
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user