mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-18 05:02:10 -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 {
|
config = lib.mkIf cfg.enable {
|
||||||
|
services.arrpc.enable = cfg.instantMessaging.enable;
|
||||||
|
|
||||||
home.packages =
|
home.packages =
|
||||||
lib.optionals cfg.archiveTools.enable (
|
lib.optionals cfg.archiveTools.enable (
|
||||||
with pkgs;
|
with pkgs;
|
||||||
|
|
Loading…
Reference in a new issue