Fix Hyprland login startup delays

This commit is contained in:
2026-05-16 20:11:17 -07:00
parent dbc7ec267c
commit ca6ae7c34f
2 changed files with 1 additions and 4 deletions

View File

@@ -62,7 +62,7 @@
printf '%s\n' \
'#!${pkgs.runtimeShell}' \
'${cleanupStaleGraphicalSession}' \
'exec ${pkgs.uwsm}/bin/uwsm start -e -D Hyprland hyprland.desktop' \
'exec ${pkgs.uwsm}/bin/uwsm start -g -1 -e -D Hyprland hyprland.desktop' \
> "$out/bin/start-hyprland-uwsm-clean"
chmod +x "$out/bin/start-hyprland-uwsm-clean"

View File

@@ -72,9 +72,6 @@
hardware.enableRedistributableFirmware = true;
networking.interfaces.enp5s0.useDHCP = true;
networking.interfaces.wlp4s0.useDHCP = true;
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usb_storage" "usbhid" "sd_mod"];
hardware.nvidia.modesetting.enable = true;