mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 14:09:51 -07:00
14 lines
254 B
Nix
14 lines
254 B
Nix
{ lib, ... }:
|
|
{
|
|
imports = [
|
|
../../users/youwen/hm.nix
|
|
];
|
|
|
|
home.stateVersion = "24.05";
|
|
|
|
wayland.windowManager.hyprland.settings.monitor = [
|
|
"DP-1,2560x1440@144,0x0,auto"
|
|
];
|
|
|
|
liminalOS.desktop.hyprland.screenlocker.monitor = "DP-1";
|
|
}
|