1
1
Fork 0

hyprland: update to main branch

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-10-13 17:14:47 -05:00
parent 837f1ef00d
commit f927de0aba
Signed by: myned
GPG key ID: C7224454F7881A34
2 changed files with 3 additions and 4 deletions

View file

@ -58,9 +58,8 @@
bitwarden-menu = flake "github:firecat53/bitwarden-menu" // unstable "nixpkgs"; bitwarden-menu = flake "github:firecat53/bitwarden-menu" // unstable "nixpkgs";
fw-fanctrl = flake "github:TamtamHero/fw-fanctrl/packaging/nix" // unstable "nixpkgs"; fw-fanctrl = flake "github:TamtamHero/fw-fanctrl/packaging/nix" // unstable "nixpkgs";
hypridle = flake "github:hyprwm/hypridle" // unstable "nixpkgs"; hypridle = flake "github:hyprwm/hypridle" // unstable "nixpkgs";
hyprland = flake "git+https://github.com/hyprwm/Hyprland?ref=refs/tags/v0.44.0&submodules=1" // unstable "nixpkgs"; #// hyprland = flake "git+https://github.com/hyprwm/Hyprland?ref=refs/tags/v0.44.0&submodules=1" // unstable "nixpkgs";
#// hyprland = flake "git+https://github.com/hyprwm/Hyprland?submodules=1" // unstable "nixpkgs"; hyprland = flake "git+https://github.com/hyprwm/Hyprland?ref=main&rev=1822707c7e7394ce8c7572f2fe890763a307f499&submodules=1" // unstable "nixpkgs";
#// hyprland = flake "git+https://github.com/UjinT34/Hyprland?ref=vrr-cursor-fix&submodules=1" // unstable "nixpkgs";
hyprland-contrib = flake "github:hyprwm/contrib" // unstable "nixpkgs"; hyprland-contrib = flake "github:hyprwm/contrib" // unstable "nixpkgs";
hyprland-plugins = flake "github:hyprwm/hyprland-plugins" // unstable "nixpkgs" // follows "hyprland"; hyprland-plugins = flake "github:hyprwm/hyprland-plugins" // unstable "nixpkgs" // follows "hyprland";
hyprlock = flake "github:hyprwm/hyprlock" // unstable "nixpkgs"; hyprlock = flake "github:hyprwm/hyprlock" // unstable "nixpkgs";

View file

@ -65,7 +65,7 @@
}; };
hyprland = { hyprland = {
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";
url = "git+https://github.com/hyprwm/Hyprland?ref=refs/tags/v0.44.0&submodules=1"; url = "git+https://github.com/hyprwm/Hyprland?ref=main&rev=1822707c7e7394ce8c7572f2fe890763a307f499&submodules=1";
}; };
hyprland-contrib = { hyprland-contrib = {
inputs.nixpkgs.follows = "nixpkgs-unstable"; inputs.nixpkgs.follows = "nixpkgs-unstable";