mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-31 01:48:52 -08:00
feat(callisto): disable explicit sync in asahi for honeykrisp
Some checks are pending
Check flake / check (push) Waiting to run
Some checks are pending
Check flake / check (push) Waiting to run
This commit is contained in:
parent
0036f1bc19
commit
4d94145187
1 changed files with 3 additions and 0 deletions
|
@ -7,4 +7,7 @@
|
|||
home.stateVersion = "24.05";
|
||||
|
||||
liminalOS.desktop.hyprland.screenlocker.monitor = "eDP-1";
|
||||
|
||||
# explicit sync must be disabled for honeykrisp to load
|
||||
wayland.windowManager.hyprland.settings.render.explicit_sync = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue