Compare commits
No commits in common. "c7f80edf457ddedd916fed6d8b847e19d2d50795" and "9e7d1f4db0d757c11e9539e8e53defcb5b23ef5d" have entirely different histories.
c7f80edf45
...
9e7d1f4db0
620
flake.lock
620
flake.lock
File diff suppressed because it is too large
Load Diff
@ -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
|
||||
|
||||
@ -23,7 +23,10 @@
|
||||
dotnet-sdk_8
|
||||
git-ignore
|
||||
lazygit
|
||||
ghostty
|
||||
])
|
||||
++ (
|
||||
with inputs.ghostty.packages.${system}; [
|
||||
default
|
||||
]
|
||||
);
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user