emacs: avoid desktop file collision

wip/yesman
Tad Fisher 4 years ago
parent 28eb093a1e
commit b5291e995f
No known key found for this signature in database
GPG Key ID: 3A7425F7E7B22251
  1. 2
      modules/services/emacs.nix

@ -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 {

Loading…
Cancel
Save