liminalOS/reference/hosts/demeter/home.nix

16 lines
301 B
Nix
Raw Normal View History

{ lib, ... }:
{
imports = [
../../users/youwen/hm.nix
];
home.stateVersion = "24.05";
2024-09-02 18:16:22 -07:00
wayland.windowManager.hyprland.settings.monitor = [
"DP-1,2560x1440@144,1920x0,auto"
2024-09-02 18:16:22 -07:00
"HDMI-A-1,1920x1080@60,0x0,1"
];
programs.hyprlock.settings.background.monitor = lib.mkForce "DP-1";
}