liminalOS/reference/hosts/callisto/home.nix

16 lines
302 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";
liminalOS.desktop.hyprland.screenlocker.useCrashFix = true;
wayland.windowManager.hyprland.settings.env = [
"GSK_RENDERER,ngl"
];
}