Skip to content

Commit d7b1540

Browse files
committed
remove redundant stylix hm module and add missing overlays for mac
1 parent a3a06e6 commit d7b1540

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

flake.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,9 @@
103103
inputs.stylix.darwinModules.stylix
104104
{
105105
nixpkgs.config.allowUnfree = true;
106+
nixpkgs.overlays = [
107+
(import ./overlays/ai-trace-scanner.nix inputs)
108+
];
106109
}
107110
];
108111
};

hosts/Mac/configuration.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@
9191
users.${userConfig.username} = {
9292
imports = [
9393
../../home/core.nix
94-
inputs.stylix.homeManagerModules.stylix
9594
];
9695
home = {
9796
homeDirectory = pkgs.lib.mkForce "/Users/${userConfig.username}";

0 commit comments

Comments
 (0)