yambar-hyprland-wses: init at 0.1.0
This commit is contained in:
parent
88aedf6eab
commit
97c5f63899
2 changed files with 29 additions and 0 deletions
27
pkgs/applications/misc/yambar-hyprland-wses/default.nix
Normal file
27
pkgs/applications/misc/yambar-hyprland-wses/default.nix
Normal file
|
@ -0,0 +1,27 @@
|
||||||
|
{ lib
|
||||||
|
, fetchFromGitHub
|
||||||
|
, rustPlatform
|
||||||
|
}:
|
||||||
|
|
||||||
|
rustPlatform.buildRustPackage rec {
|
||||||
|
pname = "yambar-hyprland-wses";
|
||||||
|
version = "0.1.0";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "jonhoo";
|
||||||
|
repo = "yambar-hyprland-wses";
|
||||||
|
rev = "v${version}";
|
||||||
|
hash = "sha256-furHj1AAFgNiNHP9RBsVrIvrDckSKU8FXilzH9TQ99c=";
|
||||||
|
};
|
||||||
|
|
||||||
|
cargoHash = "sha256-/ewEgrBxRw5Xii5PX1GLKzBrZjgnzYc/Hz+M1pJpncQ=";
|
||||||
|
|
||||||
|
meta = {
|
||||||
|
description = "Enable Yambar to show Hyprland workspaces";
|
||||||
|
homepage = "https://github.com/jonhoo/yambar-hyprland-wses";
|
||||||
|
license = with lib.licenses; [ asl20 mit ];
|
||||||
|
maintainers = with lib.maintainers; [ ludovicopiero ];
|
||||||
|
mainProgram = "yambar-hyprland-wses";
|
||||||
|
platforms = lib.platforms.linux;
|
||||||
|
};
|
||||||
|
}
|
|
@ -34335,6 +34335,8 @@ with pkgs;
|
||||||
|
|
||||||
yambar = callPackage ../applications/misc/yambar { };
|
yambar = callPackage ../applications/misc/yambar { };
|
||||||
|
|
||||||
|
yambar-hyprland-wses = callPackage ../applications/misc/yambar-hyprland-wses { };
|
||||||
|
|
||||||
polyphone = libsForQt5.callPackage ../applications/audio/polyphone { };
|
polyphone = libsForQt5.callPackage ../applications/audio/polyphone { };
|
||||||
|
|
||||||
portfolio = callPackage ../applications/office/portfolio {
|
portfolio = callPackage ../applications/office/portfolio {
|
||||||
|
|
Loading…
Reference in a new issue