chore: rm wii cursor
This commit is contained in:
parent
130cf135cb
commit
b0da00aefd
18 changed files with 0 additions and 49 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
|
@ -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;
|
||||
};
|
||||
}
|
|
@ -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;
|
||||
};
|
||||
}
|
|
@ -1,5 +0,0 @@
|
|||
[Icon Theme]
|
||||
Name=wii-cursor
|
||||
Comment=wii-cursor XCursors
|
||||
Inherits=default
|
||||
Directories=cursors
|
Loading…
Add table
Add a link
Reference in a new issue