2024-12-31 03:32:17 -08:00
|
|
|
{ lib, ... }:
|
2024-12-25 19:54:42 -08:00
|
|
|
{
|
|
|
|
imports = [
|
2024-12-27 21:17:41 -08:00
|
|
|
../../users/youwen/hm.nix
|
2024-12-25 19:54:42 -08:00
|
|
|
];
|
|
|
|
|
|
|
|
home.stateVersion = "24.05";
|
2024-12-31 03:32:17 -08:00
|
|
|
|
2024-12-31 04:27:39 -08:00
|
|
|
liminalOS.desktop.hyprland.screenlocker.monitor = "eDP-1";
|
2025-04-08 13:08:49 -07:00
|
|
|
liminalOS.desktop.hyprland.screenlocker.useCrashFix = true;
|
2025-01-20 13:41:40 -08:00
|
|
|
|
|
|
|
# explicit sync must be disabled for honeykrisp to load
|
|
|
|
wayland.windowManager.hyprland.settings.render.explicit_sync = 0;
|
2024-12-25 19:54:42 -08:00
|
|
|
}
|