From dbbd245ffc2c32d3ee68f04bcb962cb086a86b1a Mon Sep 17 00:00:00 2001 From: Felix Albrigtsen Date: Wed, 24 Jun 2026 23:50:48 +0200 Subject: [PATCH] sisko: remove immersed --- hosts/sisko/configuration.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/hosts/sisko/configuration.nix b/hosts/sisko/configuration.nix index a30e1c5..cdec4a0 100644 --- a/hosts/sisko/configuration.nix +++ b/hosts/sisko/configuration.nix @@ -88,8 +88,6 @@ gamemode.enable = true; - immersed.enable = true; - steam = { enable = true; remotePlay.openFirewall = true; @@ -119,7 +117,6 @@ nixpkgs.config = { allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [ "discord" - "immersed" "spotify" "steam" "steam-unwrapped"