1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-11-23 11:39:46 +01:00

emacs: avoid desktop file collision

This commit is contained in:
Tad Fisher 2020-10-28 11:56:22 -07:00
parent 28eb093a1e
commit b5291e995f
No known key found for this signature in database
GPG key ID: 3A7425F7E7B22251

View file

@ -119,7 +119,7 @@ in {
Install = { WantedBy = [ "default.target" ]; };
};
home.packages = optional cfg.client.enable clientDesktopItem;
home.packages = optional cfg.client.enable (hiPrio clientDesktopItem);
}
(mkIf cfg.socketActivation.enable {