Update desktop monitor config

This commit is contained in:
Paul-Henri Froidmont 2025-09-30 01:18:14 +02:00
parent e95a5adbdb
commit 599245d31d
Signed by: phfroidmont
GPG key ID: BE948AFD7E7873BE

View file

@ -71,5 +71,15 @@
# Allow to externally control MPD # Allow to externally control MPD
networking.firewall.allowedTCPPorts = [ 6600 ]; networking.firewall.allowedTCPPorts = [ 6600 ];
home-manager.users.${config.user.name} =
{ ... }:
{
wayland.windowManager.hyprland.settings = {
monitor = [
"DP-1, 4096x2160@240, 0x0, 1.5"
];
};
};
system.stateVersion = "20.09"; system.stateVersion = "20.09";
} }