7 lines
109 B
Nix
7 lines
109 B
Nix
{ lib, config, ... }:
|
|
|
|
lib.mkIf config.jalr.gui.enable {
|
|
services.gg-chatmix = {
|
|
enable = true;
|
|
};
|
|
}
|