liminalOS/reference/hosts/callisto/home.nix
Youwen Wu 4d94145187
Some checks are pending
Check flake / check (push) Waiting to run
feat(callisto): disable explicit sync in asahi for honeykrisp
2025-01-20 13:41:40 -08:00

13 lines
288 B
Nix

{ lib, ... }:
{
imports = [
../../users/youwen/hm.nix
];
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;
}