ghostty: use package from nixpkgs

This commit is contained in:
Daniel Lundin 2025-03-09 09:22:29 +01:00
parent 0441301e12
commit fcf9b318c4
Signed by: dln
SSH key fingerprint: SHA256:dQy1Xj3UiqJYpKR5ggQ2bxgz4jCH8IF+k3AB8o0kmdI
2 changed files with 1 additions and 4 deletions

View file

@ -14,7 +14,6 @@
}; };
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-stable.url = "github:nixos/nixpkgs/nixos-24.11"; nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-24.11";
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable"; nixpkgs-unstable.url = "github:nixos/nixpkgs/nixpkgs-unstable";

View file

@ -1,8 +1,6 @@
{ {
config, config,
inputs,
lib, lib,
pkgs,
... ...
}: }:
{ {
@ -10,7 +8,7 @@
programs.ghostty = { programs.ghostty = {
enable = true; enable = true;
enableFishIntegration = true; enableFishIntegration = true;
package = inputs.ghostty.packages.${pkgs.system}.default; # package = inputs.ghostty.packages.${pkgs.system}.default;
settings = { settings = {
font-size = 11; font-size = 11;
font-family = "Berkeley Mono"; font-family = "Berkeley Mono";