Loading pkgs/applications/window-managers/hyprwm/hyprland-plugins/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ let { hyprgrass = import ./hyprgrass.nix; } { hyprscroller = import ./hyprscroller.nix; } { hyprspace = import ./hyprspace.nix; } { hyprsplit = import ./hyprsplit.nix; } (import ./hyprland-plugins.nix) ]; in Loading pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprsplit.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib, meson, fetchFromGitHub, hyprland, ninja, mkHyprlandPlugin, }: mkHyprlandPlugin hyprland rec { pluginName = "hyprsplit"; version = "0.43.0"; src = fetchFromGitHub { owner = "shezdy"; repo = "hyprsplit"; rev = "refs/tags/v${version}"; hash = "sha256-r533kNIyfgPi/q8ddIYyDK1Pmupt/F3ncHuFo3zjDkU="; }; nativeBuildInputs = [ meson ninja ]; meta = { homepage = "https://github.com/shezdy/hyprsplit"; description = "Hyprland plugin for awesome / dwm like workspaces"; license = lib.licenses.bsd3; inherit (hyprland.meta) platforms; maintainers = with lib.maintainers; [ aacebedo ]; }; } Loading
pkgs/applications/window-managers/hyprwm/hyprland-plugins/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -32,6 +32,7 @@ let { hyprgrass = import ./hyprgrass.nix; } { hyprscroller = import ./hyprscroller.nix; } { hyprspace = import ./hyprspace.nix; } { hyprsplit = import ./hyprsplit.nix; } (import ./hyprland-plugins.nix) ]; in Loading
pkgs/applications/window-managers/hyprwm/hyprland-plugins/hyprsplit.nix 0 → 100644 +34 −0 Original line number Diff line number Diff line { lib, meson, fetchFromGitHub, hyprland, ninja, mkHyprlandPlugin, }: mkHyprlandPlugin hyprland rec { pluginName = "hyprsplit"; version = "0.43.0"; src = fetchFromGitHub { owner = "shezdy"; repo = "hyprsplit"; rev = "refs/tags/v${version}"; hash = "sha256-r533kNIyfgPi/q8ddIYyDK1Pmupt/F3ncHuFo3zjDkU="; }; nativeBuildInputs = [ meson ninja ]; meta = { homepage = "https://github.com/shezdy/hyprsplit"; description = "Hyprland plugin for awesome / dwm like workspaces"; license = lib.licenses.bsd3; inherit (hyprland.meta) platforms; maintainers = with lib.maintainers; [ aacebedo ]; }; }