diff --git a/flake.lock b/flake.lock index 1b4b8a0..8921008 100644 --- a/flake.lock +++ b/flake.lock @@ -186,6 +186,7 @@ "locked": { "lastModified": 1719317162, "narHash": "sha256-JmfnYz+9a4TjNl3mAus1VpoWtTI9d1xkW9MHbkcV0Po=", + "ref": "refs/tags/v0.41.2", "rev": "918d8340afd652b011b937d29d5eea0be08467f5", "revCount": 4886, "submodules": true, @@ -193,7 +194,7 @@ "url": "https://github.com/hyprwm/Hyprland" }, "original": { - "rev": "918d8340afd652b011b937d29d5eea0be08467f5", + "ref": "refs/tags/v0.41.2", "submodules": true, "type": "git", "url": "https://github.com/hyprwm/Hyprland" diff --git a/flake.nix b/flake.nix index 05c9844..7201fc5 100644 --- a/flake.nix +++ b/flake.nix @@ -34,7 +34,7 @@ }; hyprland = { - url = "git+https://github.com/hyprwm/Hyprland?submodules=1&rev=918d8340afd652b011b937d29d5eea0be08467f5"; + url = "git+https://github.com/hyprwm/Hyprland?submodules=1&ref=refs/tags/v0.41.2"; inputs.nixpkgs.follows = "nixpkgs"; }; }; diff --git a/modules/nix/overlays.nix b/modules/nix/overlays.nix index c192864..e3ed6de 100644 --- a/modules/nix/overlays.nix +++ b/modules/nix/overlays.nix @@ -31,9 +31,9 @@ nysh = inputs'.nysh.packages.nysh; - hyprland = inputs'.hyprland.packages.hyprland; + #hyprland = inputs'.hyprland.packages.hyprland; - xdg-desktop-portal-hyprland = inputs'.hyprland.packages.xdg-desktop-portal-hyprland; + #xdg-desktop-portal-hyprland = inputs'.hyprland.packages.xdg-desktop-portal-hyprland; }) ]; }