Add colorsync [WIP Zig project im working on]

This commit is contained in:
Martin Larsson 2025-07-20 14:53:30 +02:00
parent 18d9b0cf09
commit 46dab35cbe
3 changed files with 81 additions and 7 deletions

View file

@ -3,6 +3,7 @@
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
colorsync.url = "github:LarssonMartin1998/colorsync";
ghostty = {
url = "github:ghostty-org/ghostty";
@ -55,6 +56,7 @@
nix-darwin,
nixos-wsl,
neovim,
colorsync,
nix-homebrew,
homebrew-core,
homebrew-cask,
@ -123,6 +125,7 @@
neovim-flake = neovim;
nur = nur.legacyPackages.${system};
ghosttyPkg = ghostty.packages.${system}.ghostty;
colorsync = colorsync.packages.${system}.default;
};
};
in