From e559b85da97fe0c730c234e1bb7fbd9dee72f5ce Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Fri, 27 Dec 2024 13:12:50 -0600 Subject: [PATCH] Add ghostty --- ghostty.nix | 12 ++++++++++++ timberhearth.nix | 1 + 2 files changed, 13 insertions(+) create mode 100644 ghostty.nix 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 ];