mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-19 21:49:52 -07:00
14 lines
350 B
Nix
14 lines
350 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = [
|
|
../../users/youwen/hm.nix
|
|
];
|
|
|
|
home.stateVersion = "24.05";
|
|
|
|
liminalOS.desktop.hyprland.screenlocker.monitor = "eDP-1";
|
|
liminalOS.desktop.hyprland.screenlocker.useCrashFix = true;
|
|
|
|
# explicit sync must be disabled for honeykrisp to load
|
|
wayland.windowManager.hyprland.settings.render.explicit_sync = 0;
|
|
}
|