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; }; };