mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 02:52:55 +00:00
option for chiaki ps remote play
This commit is contained in:
parent
7f0600580f
commit
3c51dd0db6
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
|
||||||
|
Loading…
Reference in New Issue
Block a user