From 87e7e5f84040bcc295ca4f0161740e328dff0076 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Tue, 24 Oct 2023 17:58:35 +0200 Subject: [PATCH] Only enable hyprland nvidia patches on nixinator --- system/default.nix | 2 +- system/nixtop/default.nix | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/system/default.nix b/system/default.nix index bd68334c..66ca23d8 100644 --- a/system/default.nix +++ b/system/default.nix @@ -183,7 +183,7 @@ with mylib.networking; { programs.hyprland = { enable = true; - enableNvidiaPatches = true; + # enableNvidiaPatches = false; # NOTE: Enabled only in nixinator config }; # XDG diff --git a/system/nixtop/default.nix b/system/nixtop/default.nix index c4c192e5..60dfca1e 100644 --- a/system/nixtop/default.nix +++ b/system/nixtop/default.nix @@ -36,6 +36,10 @@ programs.light.enable = true; + programs.hyprland = { + enableNvidiaPatches = false; + }; + services.xserver = { # Configure keymap in X11 layout = "de";