mirror of
https://github.com/hyprwm/hyprland-plugins.git
synced 2025-12-20 06:50:02 +01:00
12 lines
267 B
Nix
12 lines
267 B
Nix
lib: {
|
|
pname = "csgo-vulkan-fix";
|
|
version = "0.1";
|
|
src = ./.;
|
|
|
|
meta = with lib; {
|
|
homepage = "https://github.com/hyprwm/hyprland-plugins";
|
|
description = "Hyprland CS:GO Vulkan fix";
|
|
license = licenses.bsd3;
|
|
platforms = platforms.linux;
|
|
};
|
|
}
|