LnL7 / nix-darwin

nix modules for darwin
MIT License
3.19k stars 457 forks source link

Add support for persistent-apps in dock #898

Closed dfrankland closed 8 months ago

dfrankland commented 8 months ago

Applications added to the dock point to an old derivation when a new derivation of an application is added to the Nix store. This allows configuring the persistent applications to display system apps or apps in the Nix store.

Updates require re-login or restarting the Dock process e.g. killall Dock.

Dependent on: #897 Supersedes the old PR: #619

Enzime commented 8 months ago

Can you rebase this?

Also, in future, when you create a PR you can target your own branch, so it'll only show the changes that are unique to this branch and then when that branch gets merged, GitHub will automatically update the target branch to master

dfrankland commented 8 months ago

Rebased. Will do in the future—I wasn't sure which way was preferred 👍