mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-25 01:33:17 +01: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:
parent
956fbce486
commit
cf3ef3d59d
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=";
|
||||
};
|
||||
});
|
||||
}
|
Loading…
Reference in New Issue
Block a user