You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pkgs/applications/window-managers/hyprwm/hyprland-plugins/default.nix
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -44,6 +44,7 @@ let
44
44
{hyprspace=import./hyprspace.nix;}
45
45
{hyprsplit=import./hyprsplit.nix;}
46
46
(import./hyprland-plugins.nix)
47
+
{imgborders=import./imgborders.nix;}
47
48
(lib.optionalAttrsconfig.allowAliases{
48
49
hycov=throw"hyprlandPlugins.hycov has been removed because it has been marked as broken since September 2024.";# Added 2025-10-12
49
50
hyprscroller=throw"hyprlandPlugins.hyprscroller has been removed as the upstream project is deprecated. Consider using `hyprlandPlugins.hyprscrolling`.";# Added 2025-05-09
0 commit comments