feat: Update nixpkgs, build ghostty from latest master, add ghostty shaders (smear, crt, bloom, blaze)

This commit is contained in:
Martin Larsson 2025-07-07 02:04:22 +02:00
parent 72891e5ac7
commit 926960760c
8 changed files with 430 additions and 51 deletions

View file

@ -3,6 +3,12 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
ghostty = {
url = "github:ghostty-org/ghostty";
inputs.nixpkgs.follows = "nixpkgs";
};
nur = {
url = "github:nix-community/NUR";
inputs.nixpkgs.follows = "nixpkgs";
@ -46,6 +52,7 @@
{
self,
nixpkgs,
ghostty,
nur,
apple-silicon-support,
home-manager,
@ -125,6 +132,7 @@
extraSpecialArgs = {
neovim-flake = neovim;
nur = nur.legacyPackages.${system};
ghosttyPkg = ghostty.packages.${system}.ghostty;
};
};
in