From ca6ae7c34f4524c7ab6a35d9aaf9aff6d4877477 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sat, 16 May 2026 20:11:17 -0700 Subject: [PATCH] Fix Hyprland login startup delays --- nixos/hyprland.nix | 2 +- nixos/machines/ryzen-shine.nix | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/nixos/hyprland.nix b/nixos/hyprland.nix index 9e263685..31657805 100644 --- a/nixos/hyprland.nix +++ b/nixos/hyprland.nix @@ -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" diff --git a/nixos/machines/ryzen-shine.nix b/nixos/machines/ryzen-shine.nix index 4d21571d..aecb58bc 100644 --- a/nixos/machines/ryzen-shine.nix +++ b/nixos/machines/ryzen-shine.nix @@ -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;