From 3cad24be237c6be8a3f2478058c33522a0e13ce0 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Thu, 21 Aug 2025 12:46:44 +0200 Subject: [PATCH] Home/Nixinator: Disable steam --- home/christoph/nixinator/default.nix | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/home/christoph/nixinator/default.nix b/home/christoph/nixinator/default.nix index 7ccbc1e4..e2a36758 100644 --- a/home/christoph/nixinator/default.nix +++ b/home/christoph/nixinator/default.nix @@ -205,16 +205,15 @@ flatpak = { packages = [ - "com.valvesoftware.Steam" - "com.valvesoftware.Steam.Utility.steamtinkerlaunch" - "net.davidotek.pupgui2" - - "org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/24.08" - "org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/24.08" + # "com.valvesoftware.Steam" + # "com.valvesoftware.Steam.Utility.steamtinkerlaunch" + # "net.davidotek.pupgui2" + # "org.freedesktop.Platform.VulkanLayer.gamescope/x86_64/24.08" + # "org.freedesktop.Platform.VulkanLayer.MangoHud/x86_64/24.08" "org.prismlauncher.PrismLauncher" "com.usebottles.bottles" - "io.github.lawstorant.boxflat" + # "io.github.lawstorant.boxflat" # "com.unity.UnityHub" ];