refactor some things, might have broken everything

This commit is contained in:
2026-06-15 02:21:03 +02:00
parent 73e25a00b6
commit 08a5db8508
61 changed files with 1013 additions and 1103 deletions

View File

@ -1,7 +1,6 @@
{ ... }:
{
mods.x11.enable = true;
wayland.windowManager.hyprland.settings = {
monitor = [
"DP-2, 1920x1080@60Hz, -1920x0, auto"
@ -23,6 +22,4 @@
cursor.no_hardware_cursors = true;
misc.vrr = 1;
};
mods.hyprland.autoSuspend = false;
}