liminalOS/reference/hosts/callisto/home.nix

14 lines
288 B
Nix
Raw Normal View History

{ lib, ... }:
{
imports = [
../../users/youwen/hm.nix
];
home.stateVersion = "24.05";
2024-12-31 04:27:39 -08:00
liminalOS.desktop.hyprland.screenlocker.monitor = "eDP-1";
# explicit sync must be disabled for honeykrisp to load
wayland.windowManager.hyprland.settings.render.explicit_sync = 0;
}