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