From a2a4abc207f4d400a0346e6ebceb590e9bedb214 Mon Sep 17 00:00:00 2001 From: Florian RICHER Date: Wed, 22 May 2024 00:26:40 +0200 Subject: [PATCH] =?UTF-8?q?Pr=C3=A9paration=20pour=20l'explicit=20sync?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/plasma.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/plasma.nix b/modules/plasma.nix index 8d2379b..835dfdc 100644 --- a/modules/plasma.nix +++ b/modules/plasma.nix @@ -17,7 +17,8 @@ discover ]; - nixpkgs.overlays = [ - (import ../overlays/kwin) - ]; + # Uncomment when kwin is available in nixpkgs and NVIDIA 555 + # nixpkgs.overlays = [ + # (import ../overlays/kwin) + # ]; }