diff --git a/configuration.nix b/configuration.nix index 25dd267..49afe3f 100644 --- a/configuration.nix +++ b/configuration.nix @@ -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; diff --git a/flake.in.nix b/flake.in.nix index 714570f..4635ca9 100644 --- a/flake.in.nix +++ b/flake.in.nix @@ -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"; diff --git a/flake.nix b/flake.nix index 6cc0577..144e57f 100644 --- a/flake.nix +++ b/flake.nix @@ -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";