From 4091d2aeab12c8312c4593cd4f8ab157b2c697ff Mon Sep 17 00:00:00 2001 From: stitchy Date: Sun, 7 Apr 2024 03:04:05 +0000 Subject: [PATCH] finally steam dead? --- hosts/scarab/default.nix | 4 +++- users/stitchynyan/default.nix | 12 +++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/hosts/scarab/default.nix b/hosts/scarab/default.nix index 62ce7dd..8fb2a75 100644 --- a/hosts/scarab/default.nix +++ b/hosts/scarab/default.nix @@ -5,7 +5,9 @@ in { imports = [ ../default.nix ]; - mobile = { + stitchyconf.form = "handheld"; + + mobile = { beautification = { silentBoot = lib.mkDefault true; splash = lib.mkDefault true; diff --git a/users/stitchynyan/default.nix b/users/stitchynyan/default.nix index 6f65da2..a019c7c 100644 --- a/users/stitchynyan/default.nix +++ b/users/stitchynyan/default.nix @@ -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; }; };