Compare commits

..

2 Commits

Author SHA1 Message Date
jay
51e45da8bf Set proper resolution for nixwork. 2025-07-20 00:44:55 -04:00
jay
2591c0389d Set proper submodules. 2025-07-20 00:44:32 -04:00
2 changed files with 2 additions and 2 deletions

2
.gitmodules vendored
View File

@@ -1,3 +1,3 @@
[submodule "private"]
path = private
url = https://git.zerojay.com/jay/private.git
url = ssh://git@192.168.86.189:222/jay/private.git

View File

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