From 797cf3363ef21909c14d5e86417e0a1c0cf602e2 Mon Sep 17 00:00:00 2001 From: Ivan Dimitrov Date: Mon, 6 Nov 2023 14:55:25 +0200 Subject: [PATCH] disabling gaming mod --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index 93fc1ba..3573116 100644 --- a/flake.nix +++ b/flake.nix @@ -31,7 +31,7 @@ modules = [ ./sys/laptop hosts.nixosModule - ./modules/gaming.nix + # ./modules/gaming.nix ./hardware-configuration.nix ]; };