diff --git a/flake.nix b/flake.nix index f669447..e5efeea 100644 --- a/flake.nix +++ b/flake.nix @@ -58,16 +58,6 @@ repo = "nixos-cosmic"; }; - ghostty = { - type = "github"; - owner = "ghostty-org"; - repo = "ghostty"; - inputs = { - nixpkgs-unstable.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; - }; - }; - nixos-hardware = { type = "github"; owner = "NixOS"; diff --git a/overlays/modifications/default.nix b/overlays/modifications/default.nix index 89c02eb..774855b 100644 --- a/overlays/modifications/default.nix +++ b/overlays/modifications/default.nix @@ -3,7 +3,6 @@ in [ ./niri.nix - ./ghostty.nix ./juicity.nix ./dae.nix ./jujutsu.nix diff --git a/overlays/modifications/ghostty.nix b/overlays/modifications/ghostty.nix deleted file mode 100644 index c0a5615..0000000 --- a/overlays/modifications/ghostty.nix +++ /dev/null @@ -1,6 +0,0 @@ -{inputs, ...}: final: prev: let - inherit (final) stdenv; - inherit (stdenv.hostPlatform) system; -in { - ghostty = inputs.ghostty.packages."${system}".default; -}