ghostty: use package from nixpkgs
This commit is contained in:
parent
0441301e12
commit
fcf9b318c4
2 changed files with 1 additions and 4 deletions
|
@ -14,7 +14,6 @@
|
|||
};
|
||||
|
||||
inputs = {
|
||||
ghostty.url = "github:ghostty-org/ghostty";
|
||||
neovim-nightly-overlay.url = "github:nix-community/neovim-nightly-overlay";
|
||||
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
|
||||
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
|
|
|
@ -1,8 +1,6 @@
|
|||
{
|
||||
config,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
|
@ -10,7 +8,7 @@
|
|||
programs.ghostty = {
|
||||
enable = true;
|
||||
enableFishIntegration = true;
|
||||
package = inputs.ghostty.packages.${pkgs.system}.default;
|
||||
# package = inputs.ghostty.packages.${pkgs.system}.default;
|
||||
settings = {
|
||||
font-size = 11;
|
||||
font-family = "Berkeley Mono";
|
||||
|
|
Loading…
Add table
Reference in a new issue