This commit is contained in:
Snorre Ettrup Altschul 2025-03-21 02:00:29 +01:00
parent dbefb96cb9
commit 1e0ffa6afb
72 changed files with 1896 additions and 1452 deletions

View file

@ -1,10 +1,10 @@
{ lib
, stdenvNoCC
, fetchFromGitHub
, unstableGitUpdater
, pkgs
{
lib,
stdenvNoCC,
fetchFromGitHub,
unstableGitUpdater,
pkgs,
}:
stdenvNoCC.mkDerivation {
name = "posy-cursors";
@ -34,9 +34,9 @@ stdenvNoCC.mkDerivation {
description = "Posy cursors for NixOS";
homepage = "https://github.com/simtrami/posy-improved-cursor-linux";
# license = licenses.mit;
maintainers = with maintainers; [ me ];
maintainers = with maintainers; [me];
platforms = platforms.all;
};
# https://github.com/ripperhowls/Posys-Cursors-Improved-by-ripperhowls.git
# https://github.com/ripperhowls/Posys-Cursors-Improved-by-ripperhowls.git
}