Compare commits

..

No commits in common. "c7f80edf457ddedd916fed6d8b847e19d2d50795" and "9e7d1f4db0d757c11e9539e8e53defcb5b23ef5d" have entirely different histories.

3 changed files with 419 additions and 212 deletions

File diff suppressed because it is too large Load Diff

View File

@ -144,6 +144,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
ghostty = {
url = "github:ghostty-org/ghostty";
};
shinya-nvf.url = "git+https://git.foglar.tech/foglar/neovim-config";
# Nix Flake Install Script

View File

@ -23,7 +23,10 @@
dotnet-sdk_8
git-ignore
lazygit
ghostty
])
++ (
with inputs.ghostty.packages.${system}; [
default
]
);