Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -13073,6 +13073,12 @@ githubId = 80920; name = "Levi Gross"; }; Levizor = { email = "levizorri@protonmail.com"; github = "Levizor"; githubId = 132144514; name = "Lev Sauliak"; }; lewo = { email = "lewo@abesis.fr"; matrix = "@lewo:matrix.org"; Loading pkgs/by-name/hy/hyprland-workspaces-tui/package.nix 0 → 100644 +43 −0 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub, makeWrapper, hyprland-workspaces, nix-update-script, }: rustPlatform.buildRustPackage rec { pname = "hyprland-workspaces-tui"; version = "1.0.2"; src = fetchFromGitHub { owner = "Levizor"; repo = "hyprland-workspaces-tui"; tag = version; hash = "sha256-3QmqoyWmtC4ps8dtIWEoLjzdzKAXOujyz+GgOlo172Q="; }; useFetchCargoVendor = true; cargoHash = "sha256-VjYLqRXJhR8MZD+qcwqgw36Xh0RafJeAnuHzO+pab4s="; nativeBuildInputs = [ makeWrapper ]; buildInputs = [ hyprland-workspaces ]; postFixup = '' wrapProgram $out/bin/hyprland-workspaces-tui \ --suffix PATH : ${lib.makeBinPath [ hyprland-workspaces ]} ''; passthru.updateScript = nix-update-script { }; meta = { description = "Terminal-based user interface (TUI) wrapper for the hyprland-workspaces CLI utility"; homepage = "https://github.com/Levizor/hyprland-workspaces-tui"; license = lib.licenses.mit; mainProgram = "hyprland-workspaces-tui"; maintainers = with lib.maintainers; [ Levizor ]; platforms = lib.platforms.linux; }; } Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -13073,6 +13073,12 @@ githubId = 80920; name = "Levi Gross"; }; Levizor = { email = "levizorri@protonmail.com"; github = "Levizor"; githubId = 132144514; name = "Lev Sauliak"; }; lewo = { email = "lewo@abesis.fr"; matrix = "@lewo:matrix.org"; Loading
pkgs/by-name/hy/hyprland-workspaces-tui/package.nix 0 → 100644 +43 −0 Original line number Diff line number Diff line { lib, rustPlatform, fetchFromGitHub, makeWrapper, hyprland-workspaces, nix-update-script, }: rustPlatform.buildRustPackage rec { pname = "hyprland-workspaces-tui"; version = "1.0.2"; src = fetchFromGitHub { owner = "Levizor"; repo = "hyprland-workspaces-tui"; tag = version; hash = "sha256-3QmqoyWmtC4ps8dtIWEoLjzdzKAXOujyz+GgOlo172Q="; }; useFetchCargoVendor = true; cargoHash = "sha256-VjYLqRXJhR8MZD+qcwqgw36Xh0RafJeAnuHzO+pab4s="; nativeBuildInputs = [ makeWrapper ]; buildInputs = [ hyprland-workspaces ]; postFixup = '' wrapProgram $out/bin/hyprland-workspaces-tui \ --suffix PATH : ${lib.makeBinPath [ hyprland-workspaces ]} ''; passthru.updateScript = nix-update-script { }; meta = { description = "Terminal-based user interface (TUI) wrapper for the hyprland-workspaces CLI utility"; homepage = "https://github.com/Levizor/hyprland-workspaces-tui"; license = lib.licenses.mit; mainProgram = "hyprland-workspaces-tui"; maintainers = with lib.maintainers; [ Levizor ]; platforms = lib.platforms.linux; }; }