1

Only enable hyprland nvidia patches on nixinator

This commit is contained in:
2023-10-24 17:58:35 +02:00
parent 18316da1ca
commit 87e7e5f840
2 changed files with 5 additions and 1 deletions

View File

@ -183,7 +183,7 @@ with mylib.networking; {
programs.hyprland = {
enable = true;
enableNvidiaPatches = true;
# enableNvidiaPatches = false; # NOTE: Enabled only in nixinator config
};
# XDG

View File

@ -36,6 +36,10 @@
programs.light.enable = true;
programs.hyprland = {
enableNvidiaPatches = false;
};
services.xserver = {
# Configure keymap in X11
layout = "de";