mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-22 08:04:20 +01:00
Add output sync config for omen (works REALLY badly f you NVidia)
Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
parent
67740ac3f8
commit
52faaea7ac
|
@ -50,6 +50,16 @@ in
|
||||||
|
|
||||||
hardware.tuxedo-keyboard.enable = true;
|
hardware.tuxedo-keyboard.enable = true;
|
||||||
|
|
||||||
|
specialisation.nvidia-sync.configuration = {
|
||||||
|
hardware.nvidia = {
|
||||||
|
powerManagement.enable = mkForce false;
|
||||||
|
powerManagement.finegrained = mkForce false;
|
||||||
|
prime.offload.enableOffloadCmd = mkForce false;
|
||||||
|
prime.offload.enable = mkForce false;
|
||||||
|
prime.sync.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
hardware.nvidia = {
|
hardware.nvidia = {
|
||||||
nvidiaPersistenced = true;
|
nvidiaPersistenced = true;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue