From 560346f31aa6334f9e30bfbc80d1d36aab83b72b Mon Sep 17 00:00:00 2001 From: Alexandre Date: Mon, 16 Feb 2026 11:06:37 +0100 Subject: [PATCH] Removed AI slop from nixos --- hosts/nixos/modules.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/nixos/modules.nix b/hosts/nixos/modules.nix index 133f9b2..f176582 100644 --- a/hosts/nixos/modules.nix +++ b/hosts/nixos/modules.nix @@ -15,6 +15,6 @@ in modules.nixos.gaming.starCitizen modules.nixos.gaming.steam # For Steam/Proton/Lutris/MangoHUD/Heroic/Bottles modules.common.spotify # Spotify - modules.common.ai + #modules.common.ai # No AI slop on my computer anymore ]; }