Skip to content

Commit

Permalink
(darwin) fix app opening through spotlight
Browse files Browse the repository at this point in the history
Still need to look into launchpad lagging behind.
  • Loading branch information
fbegyn committed Dec 29, 2023
1 parent 09b46ac commit f7e5392
Show file tree
Hide file tree
Showing 2 changed files with 124 additions and 16 deletions.
132 changes: 116 additions & 16 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 8 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
url = "github:LnL7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
mac-app-util.url = "github:hraban/mac-app-util";
};

outputs = inputs@{
Expand All @@ -62,6 +63,7 @@
nur,
nixos-hardware,
darwin,
mac-app-util,
flake-utils-plus,
flake-utils,
home-manager,
Expand Down Expand Up @@ -142,6 +144,12 @@
darwinConfigurations = {
erebus = mkMac [
./hosts/erebus/configuration.nix
mac-app-util.darwinModules.default
({pkgs, config, inputs, ...}: {
home-manager.users.francis.imports = [
mac-app-util.homeManagerModules.default
];
})
];
};

Expand Down

0 comments on commit f7e5392

Please sign in to comment.