bad steam

This commit is contained in:
stitchy 2024-04-07 02:56:53 +00:00
parent 4469ec41f7
commit 6404b1e356
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8

View file

@ -15,13 +15,15 @@
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;
openvpn3.enable = true;
steam = { steam = {
enable = lib.mkIf( config.stitchyconf.form == "pc") true; enable = true;
remotePlay.openFirewall = true; remotePlay.openFirewall = true;
}; };
}; };
};
services = { services = {
avahi = { avahi = {