mirror of
https://github.com/willemml/dotfiles.nix.git
synced 2025-04-12 19:27:17 +00:00
Disables nix-darwin home-manager integration
This commit is contained in:
parent
68157bd671
commit
8a38f26468
1 changed files with 0 additions and 4 deletions
|
@ -26,16 +26,12 @@
|
|||
darwinModules.base = {...}: {
|
||||
imports = [
|
||||
../../nixos/profiles/common.nix
|
||||
inputs.home-manager.darwinModules.home-manager
|
||||
self.nixosModules.linkNixInputs
|
||||
self.nixosModules.home-manager-integration
|
||||
self.nixosModules.useFlakeNixpkgs
|
||||
];
|
||||
|
||||
nixpkgs.overlays = builtins.attrValues self.overlays;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
home-manager.users.willem = self.homeManagerModules.user-willem-darwin;
|
||||
};
|
||||
|
||||
nixosConfigurations.zeusvm = inputs.nixpkgs.lib.nixosSystem {
|
||||
|
|
Loading…
Add table
Reference in a new issue