mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-17 20:52:09 -08:00
feat: re-add arrpc service for vesktop
This commit is contained in:
parent
38a23a09ff
commit
9864c122d8
1 changed files with 2 additions and 0 deletions
|
@ -33,6 +33,8 @@ in
|
|||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
services.arrpc.enable = cfg.instantMessaging.enable;
|
||||
|
||||
home.packages =
|
||||
lib.optionals cfg.archiveTools.enable (
|
||||
with pkgs;
|
||||
|
|
Loading…
Reference in a new issue