1
1
Fork 0

hyprland: use nixpkgs version

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-11-19 18:59:03 -06:00
parent 08d81c6085
commit 1dbd4fb920
Signed by: myned
GPG key ID: C7224454F7881A34
3 changed files with 9 additions and 9 deletions

View file

@ -69,14 +69,15 @@
# https://github.com/FreeRDP/FreeRDP/issues/10784
freerdp3 = stable.freerdp3;
# TODO: Exclusively use module packages instead of overlays where possible
### Hypr*
hypridle = inputs.hypridle.packages.${prev.system}.default;
hyprland = inputs.hyprland.packages.${prev.system}.default;
hyprlock = inputs.hyprlock.packages.${prev.system}.default;
# hypridle = inputs.hypridle.packages.${prev.system}.default;
# hyprland = inputs.hyprland.packages.${prev.system}.default;
# hyprlock = inputs.hyprlock.packages.${prev.system}.default;
hyprlandPlugins = {
hyprbars = inputs.hyprland-plugins.packages.${prev.system}.hyprbars;
};
# hyprlandPlugins = {
# hyprbars = inputs.hyprland-plugins.packages.${prev.system}.hyprbars;
# };
### Sway
sway = unstable.swayfx;

View file

@ -58,8 +58,7 @@
bitwarden-menu = flake "github:firecat53/bitwarden-menu" // unstable "nixpkgs";
fw-fanctrl = flake "github:TamtamHero/fw-fanctrl/packaging/nix" // unstable "nixpkgs";
hypridle = flake "github:hyprwm/hypridle" // unstable "nixpkgs";
hyprland = flake "git+https://github.com/hyprwm/Hyprland?ref=refs/tags/v0.45.0&submodules=1" // unstable "nixpkgs";
#// hyprland = flake "git+https://github.com/hyprwm/Hyprland?ref=main&rev=6e0aadc585c6d9fdaaebfa5853adbf9610897c82&submodules=1" // unstable "nixpkgs";
hyprland = flake "github:hyprwm/Hyprland?ref=v0.45.2" // unstable "nixpkgs";
hyprland-contrib = flake "github:hyprwm/contrib" // unstable "nixpkgs";
hyprland-plugins = flake "github:hyprwm/hyprland-plugins" // unstable "nixpkgs" // follows "hyprland";
hyprlock = flake "github:hyprwm/hyprlock" // unstable "nixpkgs";

View file

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