mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
hyprland-per-window-layout: init at 2.3
This commit is contained in:
parent
27cb23a0cd
commit
03269a6bbc
23
pkgs/tools/wayland/hyprland-per-window-layout/default.nix
Normal file
23
pkgs/tools/wayland/hyprland-per-window-layout/default.nix
Normal file
@ -0,0 +1,23 @@
|
||||
{ lib, fetchFromGitHub, rustPlatform }:
|
||||
|
||||
rustPlatform.buildRustPackage rec {
|
||||
pname = "hyprland-per-window-layout";
|
||||
version = "2.3";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "coffebar";
|
||||
repo = pname;
|
||||
rev = version;
|
||||
hash = "sha256-eqhGX9rjvOHh6RuWj5dqWPKlFdTnZpAcDUuJbT3Z/E8=";
|
||||
};
|
||||
|
||||
cargoHash = "sha256-AUkBTHShtY3ZJ8pxCuW9baVuxb2QxzXxJQMgbuVTlPY=";
|
||||
|
||||
meta = with lib; {
|
||||
description = "Per window keyboard layout (language) for Hyprland wayland compositor";
|
||||
homepage = "https://github.com/coffebar/hyprland-per-window-layout";
|
||||
license = licenses.mit;
|
||||
maintainers = [ maintainers.azazak123 ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
@ -5420,6 +5420,8 @@ with pkgs;
|
||||
udis86 = pkgs.callPackage ../applications/window-managers/hyprwm/hyprland/udis86.nix { };
|
||||
};
|
||||
|
||||
hyprland-per-window-layout = callPackage ../tools/wayland/hyprland-per-window-layout { };
|
||||
|
||||
hyprland-protocols = callPackage ../applications/window-managers/hyprwm/hyprland-protocols { };
|
||||
|
||||
hyprland-share-picker = libsForQt5.callPackage ../applications/window-managers/hyprwm/xdg-desktop-portal-hyprland/hyprland-share-picker.nix { };
|
||||
|
Loading…
Reference in New Issue
Block a user