bad steam
This commit is contained in:
parent
4469ec41f7
commit
6404b1e356
1 changed files with 7 additions and 5 deletions
|
@ -15,11 +15,13 @@
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
firefox.enable = true;
|
firefox.enable = true;
|
||||||
hyprland.enable = lib.mkIf( config.stitchyconf.form == "pc") true;
|
lib.mkIf( config.stitchyconf.form == "pc") {
|
||||||
openvpn3.enable = lib.mkIf( config.stitchyconf.form == "pc") true;
|
hyprland.enable = true;
|
||||||
steam = {
|
openvpn3.enable = true;
|
||||||
enable = lib.mkIf( config.stitchyconf.form == "pc") true;
|
steam = {
|
||||||
remotePlay.openFirewall = true;
|
enable = true;
|
||||||
|
remotePlay.openFirewall = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue