liminalOS/reference/hosts/demeter/home.nix

16 lines
291 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"
];
2024-12-31 04:27:39 -08:00
liminalOS.desktop.hyprland.screenlocker.monitor = "DP-1";
}