patch for ghostty; see: https://github.com/ghostty-org/ghostty/discussions/7720
This commit is contained in:
parent
3f4178ad0c
commit
29a465b2f8
4 changed files with 159 additions and 35 deletions
|
|
@ -27,6 +27,10 @@
|
|||
url = "git+ssh://git@github.com/alsaiduq-lab/i3-dotfiles";
|
||||
flake = false;
|
||||
};
|
||||
# see: https://github.com/ghostty-org/ghostty/commit/20c6a6fcf2a1dc72d6a60ad2f6e58cba14e4fb2f
|
||||
ghostty = {
|
||||
url = "github:ghostty-org/ghostty/20c6a6fcf2a1dc72d6a60ad2f6e58cba14e4fb2f";
|
||||
};
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
@ -67,10 +71,12 @@
|
|||
hostPlatform = system;
|
||||
overlays = [
|
||||
(final: prev: {ollama = unstablePkgs.ollama;})
|
||||
(final: prev: {
|
||||
ghostty = inputs.ghostty.packages.${system}.default;
|
||||
})
|
||||
(final: prev: {
|
||||
inherit
|
||||
(customPkgs)
|
||||
fish-rust
|
||||
pugixml
|
||||
SDL3
|
||||
rpcs3_latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue