Update desktop monitor config
This commit is contained in:
parent
e95a5adbdb
commit
599245d31d
1 changed files with 10 additions and 0 deletions
|
|
@ -71,5 +71,15 @@
|
|||
# Allow to externally control MPD
|
||||
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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue