liminalOS/reference/hosts/demeter/home.nix

15 lines
254 B
Nix
Raw Permalink 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,0x0,auto"
2024-09-02 18:16:22 -07:00
];
2024-12-31 04:27:39 -08:00
liminalOS.desktop.hyprland.screenlocker.monitor = "DP-1";
}