diff --git a/flake.nix b/flake.nix index 19d62aa..ba41469 100644 --- a/flake.nix +++ b/flake.nix @@ -183,6 +183,7 @@ home-manager-stable.inputs.nixpkgs.follows = "nixpkgs-stable"; hyprland.url = "github:hyprwm/Hyprland/cba1ade848feac44b2eda677503900639581c3f4?submodules=1"; + hyprland.inputs.nixpkgs.follows = "nixpkgs"; hyprland-plugins.url = "github:hyprwm/hyprland-plugins"; hyprland-plugins.inputs.hyprland.follows = "hyprland"; hycov.url = "github:DreamMaoMao/hycov/115cba558d439cc25d62ce38b7c62cde83f50ef5"; diff --git a/system/wm/hyprland.nix b/system/wm/hyprland.nix index 4673d79..f88875d 100644 --- a/system/wm/hyprland.nix +++ b/system/wm/hyprland.nix @@ -26,13 +26,4 @@ in }; }; - # fixes opengl/mesa version mismatch - hardware.opengl = { - package = pkgs-hyprland.mesa.drivers; - - # if you also want 32-bit support (e.g for Steam) - driSupport32Bit = true; - package32 = pkgs-hyprland.pkgsi686Linux.mesa.drivers; - }; - services.xserver.displayManager.sddm.package = lib.mkForce pkgs-hyprland.sddm; }