mirror of
https://github.com/nmasur/dotfiles
synced 2025-08-15 09:44:41 +00:00
option for chiaki ps remote play
This commit is contained in:
10
modules/nixos/gaming/chiaki.nix
Normal file
10
modules/nixos/gaming/chiaki.nix
Normal 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 ];
|
||||||
|
};
|
||||||
|
|
||||||
|
}
|
@@ -1,6 +1,7 @@
|
|||||||
{ config, pkgs, lib, ... }: {
|
{ config, pkgs, lib, ... }: {
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
./chiaki.nix
|
||||||
./leagueoflegends.nix
|
./leagueoflegends.nix
|
||||||
./legendary.nix
|
./legendary.nix
|
||||||
./lutris.nix
|
./lutris.nix
|
||||||
|
Reference in New Issue
Block a user