summaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/flake.nix b/flake.nix
index a671d2e..a0a8827 100644
--- a/flake.nix
+++ b/flake.nix
@@ -42,6 +42,7 @@
specialArgs = {inherit self machine inputs;};
modules = with lib;
machine.modules
+ ++ inputs.home-manager.nixosModules.default
++ machineConfig
++ [({ config, ... }: {
nixpkgs.overlays = with lib; [(composeManyExtensions [
@@ -79,6 +80,7 @@
specialArgs = {inherit self machine inputs;};
modules = [
./machines/work.nix
+ inputs.home-manager.darwinModules.default
] ++ (attrValues (modulesIn ./profiles/core)) ++ (attrValues (modulesIn ./profiles/station))
++ [({ config, ... }: {
nixpkgs.overlays = with lib; [(composeManyExtensions [