liminalOS/reference/hosts/callisto/home.nix

12 lines
223 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;
}