[NixOS] Enable picom vsync for machines other than ryzen-shine

This commit is contained in:
2023-08-22 12:32:05 -06:00
parent 0c9f37f014
commit bf132b32b4
3 changed files with 11 additions and 1 deletions

View File

@@ -6,6 +6,8 @@
];
features.full.enable = true;
# Needed for now because monitors have different refresh rates
modules.xmonad.picom.vSync.enable = false;
boot.loader.systemd-boot.configurationLimit = 5;