diff --git a/users/stitchynyan/default.nix b/users/stitchynyan/default.nix index 352fe50..6f65da2 100644 --- a/users/stitchynyan/default.nix +++ b/users/stitchynyan/default.nix @@ -15,11 +15,13 @@ programs = { firefox.enable = true; - hyprland.enable = lib.mkIf( config.stitchyconf.form == "pc") true; - openvpn3.enable = lib.mkIf( config.stitchyconf.form == "pc") true; - steam = { - enable = lib.mkIf( config.stitchyconf.form == "pc") true; - remotePlay.openFirewall = true; + lib.mkIf( config.stitchyconf.form == "pc") { + hyprland.enable = true; + openvpn3.enable = true; + steam = { + enable = true; + remotePlay.openFirewall = true; + }; }; };