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;