finally steam dead?
This commit is contained in:
parent
6404b1e356
commit
4091d2aeab
2 changed files with 8 additions and 8 deletions
|
@ -15,13 +15,11 @@
|
|||
|
||||
programs = {
|
||||
firefox.enable = true;
|
||||
lib.mkIf( config.stitchyconf.form == "pc") {
|
||||
hyprland.enable = true;
|
||||
openvpn3.enable = true;
|
||||
steam = {
|
||||
enable = true;
|
||||
remotePlay.openFirewall = true;
|
||||
};
|
||||
hyprland.enable = config.stitchyconf.form == "pc";
|
||||
openvpn3.enable = config.stitchyconf.form == "pc";
|
||||
steam = {
|
||||
enable = config.stitchyconf.form == "pc";
|
||||
remotePlay.openFirewall = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue