updated desktop configuration
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.extraSpecialArgs = { inherit inputs nix-colors; };
|
||||
home-manager.extraSpecialArgs = { inherit inputs nix-colors ;hostName = "xv-laptop"; };
|
||||
home-manager.users.xeovalyte.imports = [ ./hosts/laptop/home.nix ];
|
||||
}
|
||||
];
|
||||
@@ -69,7 +69,7 @@
|
||||
home-manager.nixosModules.home-manager
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.extraSpecialArgs = { inherit inputs nix-colors; };
|
||||
home-manager.extraSpecialArgs = { inherit inputs nix-colors; hostName = "xv-desktop"; };
|
||||
home-manager.users.xeovalyte.imports = [ ./hosts/desktop/home.nix ];
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user