Fix Hyprland login startup delays
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user