hyprland: use hyprbars from nixpkgs
Some checks failed
Check flake / build-amd64-linux (push) Failing after 1m11s

This commit is contained in:
2025-06-16 11:21:52 +01:00
parent 2023757f1f
commit 703e011eae

View File

@ -62,7 +62,7 @@ in
portalPackage = portalPackage =
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
plugins = [ plugins = [
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprbars pkgs.unstable.hyprlandPlugins.hyprbars
pkgs.unstable.hyprlandPlugins.hypr-dynamic-cursors pkgs.unstable.hyprlandPlugins.hypr-dynamic-cursors
]; ];
settings = { settings = {
@ -84,6 +84,12 @@ in
enabled = true; enabled = true;
}; };
}; };
hyprbars = {
enabled = true;
bar_height = 20;
bar_blur = true;
};
}; };
dwindle = { dwindle = {