Add colorsync [WIP Zig project im working on]
This commit is contained in:
parent
18d9b0cf09
commit
46dab35cbe
3 changed files with 81 additions and 7 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue