From c319ee1394f3cea07f8410d37739459b10c4be64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Geoffrey=20=E2=80=9CFrogeye=E2=80=9D=20Preud=27homme?= Date: Mon, 1 Apr 2024 12:26:30 +0200 Subject: [PATCH] Revert "desktop: Wii pointer" This reverts commit a3999cc9b170a395abdc5a7228ed14b2a02091b8. It's fun 5 minutes, but missing the I thing is a bit annoying :( --- hm/desktop/cursor/default.nix | 30 ------------------------------ hm/desktop/default.nix | 1 - 2 files changed, 31 deletions(-) delete mode 100644 hm/desktop/cursor/default.nix diff --git a/hm/desktop/cursor/default.nix b/hm/desktop/cursor/default.nix deleted file mode 100644 index 8fd1286..0000000 --- a/hm/desktop/cursor/default.nix +++ /dev/null @@ -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"; - }; - }; -} diff --git a/hm/desktop/default.nix b/hm/desktop/default.nix index 3ff3a28..7852207 100644 --- a/hm/desktop/default.nix +++ b/hm/desktop/default.nix @@ -5,7 +5,6 @@ ./autorandr ./background ./browser - ./cursor ./frobar ./i3.nix ./lock