File tree Expand file tree Collapse file tree 3 files changed +24
-3
lines changed
Expand file tree Collapse file tree 3 files changed +24
-3
lines changed Original file line number Diff line number Diff line change 3636 hyprexpo
3737 hyprtrails
3838 hyprwinwrap
39+ xtra-dispatchers
3940 ;
4041 } ) ;
4142
5556 hyprexpo = callPackage ./hyprexpo { } ;
5657 hyprtrails = callPackage ./hyprtrails { } ;
5758 hyprwinwrap = callPackage ./hyprwinwrap { } ;
59+ xtra-dispatchers = callPackage ./xtra-dispatchers { } ;
5860 } ;
5961 } ;
6062
Original file line number Diff line number Diff line change 1+ {
2+ lib ,
3+ hyprland ,
4+ hyprlandPlugins ,
5+ } :
6+ hyprlandPlugins . mkHyprlandPlugin hyprland {
7+ pluginName = "xtra-dispatchers" ;
8+ version = "0.1" ;
9+ src = ./. ;
10+
11+ inherit ( hyprland ) nativeBuildInputs ;
12+
13+ meta = with lib ; {
14+ homepage = "https://github.com/hyprwm/hyprland-plugins" ;
15+ description = "Hyprland extra dispatchers plugin" ;
16+ license = licenses . bsd3 ;
17+ platforms = platforms . linux ;
18+ } ;
19+ }
You can’t perform that action at this time.
0 commit comments