From 90929db128afcb0e7c7133a32755d05c4e1c29aa Mon Sep 17 00:00:00 2001 From: Martin Larsson Date: Sun, 21 Sep 2025 14:02:39 +0200 Subject: [PATCH] Remove Ghostty custom build now that 1.2 is out. --- flake.nix | 16 ++++++---------- nix/home/linux.nix | 3 +-- 2 files changed, 7 insertions(+), 12 deletions(-) diff --git a/flake.nix b/flake.nix index 656b6c4..c2eaf4a 100644 --- a/flake.nix +++ b/flake.nix @@ -5,11 +5,6 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; colorsync.url = "github:LarssonMartin1998/colorsync"; - ghostty = { - url = "github:ghostty-org/ghostty"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - nur = { url = "github:nix-community/NUR"; inputs.nixpkgs.follows = "nixpkgs"; @@ -49,7 +44,6 @@ { self, nixpkgs, - ghostty, nur, apple-silicon-support, home-manager, @@ -100,7 +94,8 @@ modules = [ ./nix/system/common/nix.nix ./nix/system/local.nix - ] ++ extraModules; + ] + ++ extraModules; specialArgs = specialArgs; }; @@ -121,12 +116,12 @@ modules = [ ./nix/home/default.nix ./nix/home/local.nix - ] ++ extraModules; + ] + ++ extraModules; extraSpecialArgs = { neovim-flake = neovim; nur = nur.legacyPackages.${system}; - ghosttyPkg = ghostty.packages.${system}.ghostty; colorsync = colorsync.packages.${system}.default; isLinux = isLinux; isDarwin = isDarwin; @@ -198,7 +193,8 @@ mutableTaps = true; }; } - ] ++ extraModules; + ] + ++ extraModules; specialArgs = { self = self; diff --git a/nix/home/linux.nix b/nix/home/linux.nix index 33bfe6e..ee80adb 100644 --- a/nix/home/linux.nix +++ b/nix/home/linux.nix @@ -1,6 +1,5 @@ { pkgs, - ghosttyPkg, config, ... }: @@ -50,7 +49,7 @@ in llvmPackages_20.clang llvmPackages_20.clang-tools gimp3 - ghosttyPkg + ghostty mullvad thunderbird wofi