Revert "desktop: Wii pointer"
This reverts commit a3999cc9b1
.
It's fun 5 minutes, but missing the I thing is a bit annoying :(
This commit is contained in:
parent
a3999cc9b1
commit
c319ee1394
|
@ -1,30 +0,0 @@
|
|||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
config = {
|
||||
stylix.cursor = {
|
||||
package =
|
||||
pkgs.stdenv.mkDerivation {
|
||||
pname = "wii-pointer";
|
||||
version = "unstable-2024-03-31";
|
||||
src = pkgs.runCommand "wii-pointer" { } ''
|
||||
mkdir $out
|
||||
cd $out
|
||||
${pkgs.p7zip}/bin/7z x ${pkgs.fetchurl {
|
||||
url = "https://files.primm.gay/extras/cursors/Wii/Linux%20Cursors.7z";
|
||||
hash = "sha256-1lFJrLYEyT1STLgK1YOpy/g4tgGk/ENnri5QjR0dMzo=";
|
||||
}}
|
||||
'';
|
||||
|
||||
dontConfigure = true;
|
||||
dontBuild = true;
|
||||
dontFixup = true;
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/share/icons
|
||||
cp -a Linux\ Cursor/Wii-Pointer $out/share/icons
|
||||
'';
|
||||
};
|
||||
name = "Wii-Pointer";
|
||||
};
|
||||
};
|
||||
}
|
|
@ -5,7 +5,6 @@
|
|||
./autorandr
|
||||
./background
|
||||
./browser
|
||||
./cursor
|
||||
./frobar
|
||||
./i3.nix
|
||||
./lock
|
||||
|
|
Loading…
Reference in a new issue