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:
parent
28eb093a1e
commit
b5291e995f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ in {
|
||||||
Install = { WantedBy = [ "default.target" ]; };
|
Install = { WantedBy = [ "default.target" ]; };
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = optional cfg.client.enable clientDesktopItem;
|
home.packages = optional cfg.client.enable (hiPrio clientDesktopItem);
|
||||||
}
|
}
|
||||||
|
|
||||||
(mkIf cfg.socketActivation.enable {
|
(mkIf cfg.socketActivation.enable {
|
||||||
|
|
Loading…
Reference in a new issue