We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a06e6 commit d7b1540Copy full SHA for d7b1540
2 files changed
flake.nix
@@ -103,6 +103,9 @@
103
inputs.stylix.darwinModules.stylix
104
{
105
nixpkgs.config.allowUnfree = true;
106
+ nixpkgs.overlays = [
107
+ (import ./overlays/ai-trace-scanner.nix inputs)
108
+ ];
109
}
110
];
111
};
hosts/Mac/configuration.nix
@@ -91,7 +91,6 @@
91
users.${userConfig.username} = {
92
imports = [
93
../../home/core.nix
94
- inputs.stylix.homeManagerModules.stylix
95
96
home = {
97
homeDirectory = pkgs.lib.mkForce "/Users/${userConfig.username}";
0 commit comments