Disable system autorandr for Hyprland

This commit is contained in:
2026-05-07 23:16:11 -07:00
parent 5ba22bb56a
commit 500a51b0fa
3 changed files with 0 additions and 16 deletions

View File

@@ -41,17 +41,9 @@
sessionCommands = ''
systemctl --user import-environment GDK_PIXBUF_MODULE_FILE DBUS_SESSION_BUS_ADDRESS PATH
'';
setupCommands = ''
autorandr -c
systemctl restart autorandr.service
'';
};
};
services.autorandr = {
enable = true;
};
environment.sessionVariables = {
# This is for the benefit of VSCODE running natively in wayland
NIXOS_OZONE_WL = "1";

View File

@@ -36,10 +36,6 @@
enable = false;
};
services.autorandr = {
enable = true;
};
hardware.enableRedistributableFirmware = true;
networking.interfaces.enp5s0.useDHCP = true;

View File

@@ -57,10 +57,6 @@
enable = false;
};
services.autorandr = {
enable = true;
};
hardware.enableRedistributableFirmware = true;
networking.interfaces.enp5s0.useDHCP = true;