diff --git a/ghostty.nix b/ghostty.nix new file mode 100644 index 0000000..1793aa3 --- /dev/null +++ b/ghostty.nix @@ -0,0 +1,12 @@ +{ 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 a539c08..f09292c 100644 --- a/timberhearth.nix +++ b/timberhearth.nix @@ -15,6 +15,7 @@ in ./syncthing.nix ./fzf.nix ./zellij.nix + ./ghostty.nix ./packages-min.nix ];