liminalOS/hosts/adrastea/home-manager-extras/default.nix

9 lines
185 B
Nix
Raw Normal View History

2024-09-02 18:16:22 -07:00
{ pkgs, ... }:
{
wayland.windowManager.hyprland.settings.monitor = pkgs.lib.mkForce [
# "eDP-1,2560x1440@165,0x0,1.6"
"eDP-1, disable"
"DP-3,2560x1440@165,0x0,1.0"
2024-09-02 18:16:22 -07:00
];
}