This commit is contained in:
alsaiduq-lab 2025-07-01 10:28:48 -06:00
parent 3f4178ad0c
commit 29a465b2f8
4 changed files with 159 additions and 35 deletions

View file

@ -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