Add gg-chatmix
This commit is contained in:
parent
e39cac2ba9
commit
8b994f1ed0
4 changed files with 35 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
|||
./remarkable.nix
|
||||
./sdr.nix
|
||||
./sshd.nix
|
||||
./steelseries-nova-pro.nix
|
||||
./sudo.nix
|
||||
./sway.nix
|
||||
./udmx.nix
|
||||
|
|
|
|||
7
modules/steelseries-nova-pro.nix
Normal file
7
modules/steelseries-nova-pro.nix
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
{ lib, config, ... }:
|
||||
|
||||
lib.mkIf config.jalr.gui.enable {
|
||||
services.gg-chatmix = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue