liminalOS/reference/hosts/demeter/home.nix

17 lines
318 B
Nix
Raw Permalink Normal View History

{ lib, ... }:
{
imports = [
../../../hm/modules
../../users/youwen
];
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";
}