hyprland: temporarily disable plugins
All checks were successful
Check flake / build-amd64-linux (push) Successful in 1m23s

This commit is contained in:
2025-09-15 19:18:27 +01:00
parent 1416266821
commit 39d52d3aeb

View File

@@ -61,8 +61,8 @@ in
portalPackage =
inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
plugins = [
pkgs.unstable.hyprlandPlugins.hyprbars
pkgs.unstable.hyprlandPlugins.hypr-dynamic-cursors
# pkgs.unstable.hyprlandPlugins.hyprbars
# pkgs.unstable.hyprlandPlugins.hypr-dynamic-cursors
];
settings = {
general = {
@@ -77,7 +77,7 @@ in
plugin = {
dynamic-cursors = {
enabled = true;
enabled = false;
mode = "none";
shake = {
enabled = true;
@@ -85,7 +85,7 @@ in
};
hyprbars = {
enabled = true;
enabled = false;
bar_height = 20;
bar_blur = true;
};