finally steam dead?

This commit is contained in:
stitchy 2024-04-07 03:04:05 +00:00
parent 6404b1e356
commit 4091d2aeab
Signed by: stitchy
SSH key fingerprint: SHA256:yz2SoxdnY67tfY5Jzb0f2v8f5W3o/IF359kbcquWip8
2 changed files with 8 additions and 8 deletions

View file

@ -5,6 +5,8 @@ in
{ {
imports = [ ../default.nix ]; imports = [ ../default.nix ];
stitchyconf.form = "handheld";
mobile = { mobile = {
beautification = { beautification = {
silentBoot = lib.mkDefault true; silentBoot = lib.mkDefault true;

View file

@ -15,15 +15,13 @@
programs = { programs = {
firefox.enable = true; firefox.enable = true;
lib.mkIf( config.stitchyconf.form == "pc") { hyprland.enable = config.stitchyconf.form == "pc";
hyprland.enable = true; openvpn3.enable = config.stitchyconf.form == "pc";
openvpn3.enable = true;
steam = { steam = {
enable = true; enable = config.stitchyconf.form == "pc";
remotePlay.openFirewall = true; remotePlay.openFirewall = true;
}; };
}; };
};
services = { services = {
avahi = { avahi = {