diff --git a/ghostty.nix b/ghostty.nix deleted file mode 100644 index 1793aa3..0000000 --- a/ghostty.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ config, pkgs, ... }: -let - nixGL = import ./nixGL.nix { inherit pkgs config; }; -in -{ - home.packages = [ - (nixGL (builtins.getFlake - "github:ghostty-org/ghostty/cb5fbc10413420a9b98072502731b7c76c9d6299" - ).packages.x86_64-linux.default) - ]; - -} diff --git a/timberhearth.nix b/timberhearth.nix index f09292c..a539c08 100644 --- a/timberhearth.nix +++ b/timberhearth.nix @@ -15,7 +15,6 @@ in ./syncthing.nix ./fzf.nix ./zellij.nix - ./ghostty.nix ./packages-min.nix ];