all repos — nixfiles @ 38196d5635a60de955b51fdde5180a51146e831f

System and user configuration, managed by nix and home-manager

marvin: enable launching home-manager apps via Spotlight

Alan Pearce
commit

38196d5635a60de955b51fdde5180a51146e831f

parent

37fab8e847115f5ad8b31a7829c3177b81fdb18d

1 file changed, 5 insertions(+), 0 deletions(-)

changed files
M flake.nixflake.nix
@@ -39,6 +39,10 @@ nixvim = {
url = "github:nix-community/nixvim"; inputs.nixpkgs.follows = "nixpkgs"; }; + mac-app-util = { + url = "github:hraban/mac-app-util"; + inputs.nixpkgs.follows = "nixpkgs"; + }; agenix = { url = "github:ryantm/agenix";
@@ -162,6 +166,7 @@ };
homeConfigurations."alan@marvin" = mkHomeConfiguration { system = "aarch64-darwin"; modules = [ + mac-app-util.homeManagerModules.default ./user/hosts/marvin.nix ./private/ssh.nix ];