g
This commit is contained in:
parent
dbefb96cb9
commit
1e0ffa6afb
72 changed files with 1896 additions and 1452 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue