add laptop hm configuration
This commit is contained in:
parent
1efb42d2f5
commit
ca830c5379
1 changed files with 8 additions and 0 deletions
|
@ -94,5 +94,13 @@
|
||||||
./hosts/caveserver/home.nix
|
./hosts/caveserver/home.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
homeConfigurations."zynh" = inputs.home-manager.lib.homeManagerConfiguration {
|
||||||
|
pkgs = nixpkgs.legacyPackages."aarch64-darwin";
|
||||||
|
extraSpecialArgs = { inherit inputs; };
|
||||||
|
|
||||||
|
modules = [
|
||||||
|
./hosts/little-lightning/home.nix
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue