This commit is contained in:
2025-12-06 18:03:39 +00:00
parent c2291f7557
commit 8a356de708
6 changed files with 16 additions and 21 deletions

View File

@@ -58,11 +58,9 @@
hostname:
inputs.darwin.lib.darwinSystem {
system = "aarch64-darwin";
specialArgs =
inputs
// {
inherit inputs user hostname constants;
};
specialArgs = {
inherit inputs user hostname constants;
};
modules = [
inputs.home-manager.darwinModules.home-manager
inputs.nix-homebrew.darwinModules.nix-homebrew
@@ -89,11 +87,9 @@
hostname:
inputs.nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
specialArgs =
inputs
// {
inherit inputs user hostname constants;
};
specialArgs = {
inherit inputs user hostname constants;
};
modules = [
inputs.home-manager.nixosModules.home-manager
{