mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-17 10:11:12 +02:00
overlays: Add avizo overlay to fix icon size
Doesn't seem possible to patch binary diffs like this with fetchpatch.
This commit is contained in:
10
overlays/avizo.nix
Normal file
10
overlays/avizo.nix
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
final: prev: {
|
||||||
|
avizo = prev.avizo.overrideAttrs (oldAttrs: {
|
||||||
|
src = prev.fetchFromGitHub {
|
||||||
|
owner = "donovanglover";
|
||||||
|
repo = "avizo";
|
||||||
|
rev = "8179e1d650a43065b2775ca9d316aee721c36a44";
|
||||||
|
hash = "sha256-mWH+fqDD/wB/++0izp820t65zAr+s/kwx5jS2z3B4c0=";
|
||||||
|
};
|
||||||
|
});
|
||||||
|
}
|
Reference in New Issue
Block a user