From fcf9b318c44fa0bdd7292b4060f0a48f2ef454b1 Mon Sep 17 00:00:00 2001 From: Daniel Lundin <dln@arity.se> Date: Sun, 9 Mar 2025 09:22:29 +0100 Subject: [PATCH] ghostty: use package from nixpkgs --- flake.nix | 1 - home/common/ghostty.nix | 4 +--- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/flake.nix b/flake.nix index 0eb9df5..0918288 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; diff --git a/home/common/ghostty.nix b/home/common/ghostty.nix index 50f8cd5..e41df52 100644 --- a/home/common/ghostty.nix +++ b/home/common/ghostty.nix @@ -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";