mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
6 lines
129 B
Nix
6 lines
129 B
Nix
{ pkgs, ... }:
|
|
{
|
|
wayland.windowManager.hyprland.settings.monitor = pkgs.lib.mkForce [
|
|
"eDP-1,2560x1440@165,0x0,1.6"
|
|
];
|
|
}
|