mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-22 00:03:55 +01:00
phinger-cursors: Upgrade to 2.0 with phinger-cursors-dark
The new archive comes with a phinger-cursors-dark directory instead of a phinger-cursors directory, which was a breaking change.
This commit is contained in:
parent
8fb2ebe050
commit
6826ef0307
@ -9,7 +9,7 @@ in
|
||||
|
||||
cursorTheme = {
|
||||
package = phinger-cursors;
|
||||
name = "phinger-cursors";
|
||||
name = "phinger-cursors-dark";
|
||||
};
|
||||
|
||||
gtk3.extraConfig = {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
home.file.".icons/default/index.theme".text = /* ini */ ''
|
||||
[icon theme]
|
||||
Inherits=phinger-cursors
|
||||
Inherits=phinger-cursors-dark
|
||||
'';
|
||||
}
|
||||
|
@ -178,7 +178,7 @@ in
|
||||
|
||||
cursor = {
|
||||
package = phinger-cursors;
|
||||
name = "phinger-cursors";
|
||||
name = "phinger-cursors-dark";
|
||||
size = 24;
|
||||
};
|
||||
|
||||
|
@ -1,10 +0,0 @@
|
||||
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…
Reference in New Issue
Block a user