From cb49f43c22e0eb00aeca740c5478bcbf72241ba6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Mon, 31 Mar 2025 09:51:09 +0000 Subject: [PATCH] feat: disable gaming profile --- machines/moritz-desktop/configuration.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/machines/moritz-desktop/configuration.nix b/machines/moritz-desktop/configuration.nix index edcd742..2c98cbd 100644 --- a/machines/moritz-desktop/configuration.nix +++ b/machines/moritz-desktop/configuration.nix @@ -31,7 +31,6 @@ ai.enable = true; profiles = { desktop.enable = true; - gaming.enable = true; personal.enable = true; personal.mail = true; impermanence.enable = true;