mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-19 17:28:49 +02:00
phinger-cursors: Downgrade from 2.0 to 1.1
Not sure why but apparently this new version of phinger-cursors broke the cursor theme in Hyprland. Downgrading solves the problem, and I don't really have a need for a "new and improved" cursor theme.
This commit is contained in:
parent
f91bf00256
commit
8fb2ebe050
10
overlays/phinger-cursors.nix
Normal file
10
overlays/phinger-cursors.nix
Normal file
@ -0,0 +1,10 @@
|
||||
final: prev: {
|
||||
phinger-cursors = prev.phinger-cursors.overrideAttrs (oldAttrs: rec {
|
||||
version = "1.1";
|
||||
|
||||
src = prev.fetchurl {
|
||||
url = "https://github.com/phisch/phinger-cursors/releases/download/v${version}/phinger-cursors-variants.tar.bz2";
|
||||
sha256 = "sha256-II+1x+rcjGRRVB8GYkVwkKVHNHcNaBKRb6C613901oc=";
|
||||
};
|
||||
});
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user