Only enable hyprland nvidia patches on nixinator
This commit is contained in:
@ -183,7 +183,7 @@ with mylib.networking; {
|
||||
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
enableNvidiaPatches = true;
|
||||
# enableNvidiaPatches = false; # NOTE: Enabled only in nixinator config
|
||||
};
|
||||
|
||||
# XDG
|
||||
|
@ -36,6 +36,10 @@
|
||||
|
||||
programs.light.enable = true;
|
||||
|
||||
programs.hyprland = {
|
||||
enableNvidiaPatches = false;
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
# Configure keymap in X11
|
||||
layout = "de";
|
||||
|
Reference in New Issue
Block a user