ghostty: Use official (now released + public) flake
This commit is contained in:
parent
1379ed01f0
commit
fa7fce620a
1 changed files with 1 additions and 8 deletions
|
@ -14,6 +14,7 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
inputs = {
|
inputs = {
|
||||||
|
ghostty.url = "github:ghostty-org/ghostty";
|
||||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05";
|
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.05";
|
||||||
|
@ -21,14 +22,6 @@
|
||||||
|
|
||||||
home-manager.url = "github:nix-community/home-manager";
|
home-manager.url = "github:nix-community/home-manager";
|
||||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
||||||
ghostty = {
|
|
||||||
url = "git+ssh://git@github.com/ghostty-org/ghostty";
|
|
||||||
inputs = {
|
|
||||||
nixpkgs-stable.follows = "nixpkgs";
|
|
||||||
nixpkgs-unstable.follows = "nixpkgs";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
ghostty-hm.url = "github:clo4/ghostty-hm-module";
|
ghostty-hm.url = "github:clo4/ghostty-hm-module";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue