Add gg-chatmix

This commit is contained in:
Jakob Lechner 2025-07-14 12:01:45 +02:00
parent e39cac2ba9
commit 8b994f1ed0
4 changed files with 35 additions and 0 deletions

View file

@ -49,6 +49,7 @@
./remarkable.nix
./sdr.nix
./sshd.nix
./steelseries-nova-pro.nix
./sudo.nix
./sway.nix
./udmx.nix

View file

@ -0,0 +1,7 @@
{ lib, config, ... }:
lib.mkIf config.jalr.gui.enable {
services.gg-chatmix = {
enable = true;
};
}