bit more ricing
Some checks are pending
Lint / lint (push) Waiting to run

This commit is contained in:
Vivian 2024-12-27 12:04:38 +01:00
parent a24394ecf6
commit c9fb02840b
11 changed files with 662 additions and 395 deletions

View file

@ -21,8 +21,6 @@ final: prev: {
platformio.platformio-ide =
prev.callPackage ./vscode-extensions/platformio.nix { };
};
hyprland-workspaces = prev.callPackage ./hyprland-workspaces { };
};
plex-plexpass = prev.callPackage ./plex-pass { };

View file

@ -1,20 +0,0 @@
{ rustPlatform, lib, fetchFromGitHub }:
rustPlatform.buildRustPackage rec {
pname = "hyprland-workspaces";
version = "2.0.0";
src = fetchFromGitHub {
owner = "FieldofClay";
repo = pname;
rev = "v${version}";
sha256 = "sha256-4QGLTimIpx74gWUyHCheUZZT1WgVzBoJRY8OlUDdOh4=";
};
cargoHash = "sha256-9ndP0nyRBCdOGth4UWA263IvjbgnVW2x9PK8oTaMrxg=";
meta = with lib; {
description = "A multi-monitor aware Hyprland workspace widget";
license = licenses.mit;
platforms = platforms.linux;
};
}