mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
hyprland-autoname-workspaces: init at 1.1.7
This commit is contained in:
parent
37f8d83e9e
commit
172e757451
@ -0,0 +1,27 @@
|
|||||||
|
{ lib
|
||||||
|
, rustPlatform
|
||||||
|
, fetchFromGitHub
|
||||||
|
}:
|
||||||
|
|
||||||
|
rustPlatform.buildRustPackage rec {
|
||||||
|
pname = "hyprland-autoname-workspaces";
|
||||||
|
version = "1.1.7";
|
||||||
|
|
||||||
|
src = fetchFromGitHub {
|
||||||
|
owner = "hyprland-community";
|
||||||
|
repo = "hyprland-autoname-workspaces";
|
||||||
|
rev = "v${version}";
|
||||||
|
hash = "sha256-OtKPJZI0YKi98HUY4IDU8LRg6dTaD68OgVi9FzfjDbA=";
|
||||||
|
};
|
||||||
|
|
||||||
|
cargoHash = "sha256-ueT85rKa2PGvp/R/ZXkDGUFIXyYNpDErg4W8WcXAPIw=";
|
||||||
|
|
||||||
|
meta = with lib; {
|
||||||
|
description = "Automatically rename workspaces with icons of started applications";
|
||||||
|
homepage = "https://github.com/hyprland-community/hyprland-autoname-workspaces";
|
||||||
|
license = licenses.isc;
|
||||||
|
maintainers = with maintainers; [ donovanglover ];
|
||||||
|
mainProgram = "hyprland-autoname-workspaces";
|
||||||
|
platforms = platforms.linux;
|
||||||
|
};
|
||||||
|
}
|
@ -5525,6 +5525,8 @@ with pkgs;
|
|||||||
udis86 = pkgs.callPackage ../applications/window-managers/hyprwm/hyprland/udis86.nix { };
|
udis86 = pkgs.callPackage ../applications/window-managers/hyprwm/hyprland/udis86.nix { };
|
||||||
};
|
};
|
||||||
|
|
||||||
|
hyprland-autoname-workspaces = callPackage ../applications/misc/hyprland-autoname-workspaces { };
|
||||||
|
|
||||||
hyprland-per-window-layout = callPackage ../tools/wayland/hyprland-per-window-layout { };
|
hyprland-per-window-layout = callPackage ../tools/wayland/hyprland-per-window-layout { };
|
||||||
|
|
||||||
hyprland-protocols = callPackage ../applications/window-managers/hyprwm/hyprland-protocols { };
|
hyprland-protocols = callPackage ../applications/window-managers/hyprwm/hyprland-protocols { };
|
||||||
|
Loading…
Reference in New Issue
Block a user