Remove ghostty

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

View File

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

View File

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