Hyprland resolution change, hostname change.

This commit is contained in:
jay
2025-07-17 20:37:41 -04:00
parent 586ad8519e
commit 6d7e3af100
3 changed files with 37 additions and 37 deletions

View File

@@ -1,7 +1,7 @@
{ ... }: {
wayland.windowManager.hyprland = {
settings = {
"monitor" = "eDP-1, 2880x1800@120, 0x0, 1";
"monitor" = "eDP-1, 2560x1600@165w:w, 0x0, 1";
};
};
}

View File

@@ -1,4 +1,4 @@
{ ... }: {
networking.hostName = "lappy"; # Define your hostname.
networking.hostName = "nixwork"; # Define your hostname.
}