mirror of
https://github.com/donovanglover/nix-config.git
synced 2025-08-19 02:56:17 +02:00
meta: Remove kitty overlay
Not needed anymore since kitty 0.29.0 was released.
This commit is contained in:
@@ -1,9 +0,0 @@
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
kitty = prev.kitty.overrideAttrs (old: {
|
||||
patches = (old.patches or [ ]) ++ [ ../patches/kitty-fix-duplicate-lines.patch ];
|
||||
});
|
||||
})
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user