From ea46113a2a9d36e8884709f44d51985bfc73064c Mon Sep 17 00:00:00 2001 From: Shahab Dogar Date: Wed, 18 Mar 2026 14:28:46 +0500 Subject: [PATCH] chore: disable gaming specialization on personal machine --- hosts/nixos/rihla/default.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/nixos/rihla/default.nix b/hosts/nixos/rihla/default.nix index 4a7e9c9..6c307f5 100644 --- a/hosts/nixos/rihla/default.nix +++ b/hosts/nixos/rihla/default.nix @@ -73,10 +73,10 @@ # # ========= Specialisations ======== # - (map - (s: lib.custom.relativeToRoot "hosts/common/specialisations/${s}.nix") [ - "gaming" - ]) + # (map + # (s: lib.custom.relativeToRoot "hosts/common/specialisations/${s}.nix") [ + # "gaming" + # ]) ]; #