mirror of
https://github.com/youwen5/nixos.git
synced 2025-01-31 18:08:53 -08:00
13 lines
288 B
Nix
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;
|
|
}
|