mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-06-20 09:47:57 +02: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 = {
|
cursorTheme = {
|
||||||
package = phinger-cursors;
|
package = phinger-cursors;
|
||||||
name = "phinger-cursors";
|
name = "phinger-cursors-dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
gtk3.extraConfig = {
|
gtk3.extraConfig = {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
home.file.".icons/default/index.theme".text = /* ini */ ''
|
home.file.".icons/default/index.theme".text = /* ini */ ''
|
||||||
[icon theme]
|
[icon theme]
|
||||||
Inherits=phinger-cursors
|
Inherits=phinger-cursors-dark
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
@ -178,7 +178,7 @@ in
|
|||||||
|
|
||||||
cursor = {
|
cursor = {
|
||||||
package = phinger-cursors;
|
package = phinger-cursors;
|
||||||
name = "phinger-cursors";
|
name = "phinger-cursors-dark";
|
||||||
size = 24;
|
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…
x
Reference in New Issue
Block a user