chore: rm wii cursor

This commit is contained in:
Mohammad Rafiq 2025-03-26 19:36:39 +08:00
parent 130cf135cb
commit b0da00aefd
No known key found for this signature in database
18 changed files with 0 additions and 49 deletions

View file

@ -1,25 +0,0 @@
{
lib,
stdenv,
}:
stdenv.mkDerivation {
pname = "wii-cursor";
version = "1.0";
src = ./.;
installPhase = ''
mkdir -p $out/share/icons/wii-cursor
install -Dm 0644 index.theme $out/share/icons/wii-cursor/index.theme
install -Dm 0755 -t $out/share/icons/wii-cursor/cursors cursors/*
'';
meta = with lib; {
description = "Wii Cursor";
homepage = "https://github.com/ful1e5/apple_cursor";
license = [
licenses.gpl3Only
];
platforms = platforms.linux;
};
}

View file

@ -1,19 +0,0 @@
{
description = "Wii Cursor Theme";
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixpkgs-unstable";
};
outputs =
{ self, nixpkgs, ... }:
let
system = "x86_64-linux"; # Adjust if needed
pkgs = import nixpkgs { inherit system; };
in
{
packages.${system}.wii-cursor = pkgs.callPackage ./default.nix { };
defaultPackage.${system} = self.packages.${system}.wii-cursor;
};
}

View file

@ -1,5 +0,0 @@
[Icon Theme]
Name=wii-cursor
Comment=wii-cursor XCursors
Inherits=default
Directories=cursors