option for chiaki ps remote play

This commit is contained in:
Noah Masur 2023-04-15 10:11:44 -04:00
parent 7f0600580f
commit 3c51dd0db6
2 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,10 @@
{ config, pkgs, lib, ... }: {
options.gaming.chiaki.enable =
lib.mkEnableOption "Chiaki PlayStation remote play client.";
config = lib.mkIf config.gaming.chiaki.enable {
environment.systemPackages = with pkgs; [ chiaki ];
};
}

View File

@ -1,6 +1,7 @@
{ config, pkgs, lib, ... }: {
imports = [
./chiaki.nix
./leagueoflegends.nix
./legendary.nix
./lutris.nix