passes nix-homebrew to dnsc-work
This commit is contained in:
parent
bd4c36008e
commit
6b5bd65a32
2 changed files with 29 additions and 26 deletions
|
|
@ -89,7 +89,10 @@
|
|||
darwinConfigurations.dnsc-work = nix-darwin.lib.darwinSystem {
|
||||
system = "aarch64-darwin";
|
||||
specialArgs = { inherit inputs outputs; };
|
||||
modules = [ ./hosts/dnsc-work ];
|
||||
modules = [
|
||||
nix-homebrew.darwinModules.nix-homebrew
|
||||
./hosts/dnsc-work
|
||||
];
|
||||
};
|
||||
|
||||
homeConfigurations."dnsc-deck" = home-manager.lib.homeManagerConfiguration {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue