Add ghostty

This commit is contained in:
Leonora Tindall 2024-12-27 13:12:50 -06:00
parent 4e3e5695e1
commit e559b85da9
2 changed files with 13 additions and 0 deletions

12
ghostty.nix Normal file
View File

@ -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)
];
}

View File

@ -15,6 +15,7 @@ in
./syncthing.nix ./syncthing.nix
./fzf.nix ./fzf.nix
./zellij.nix ./zellij.nix
./ghostty.nix
./packages-min.nix ./packages-min.nix
]; ];