From 4431dda011e29bd4bfe1e4656d58037e372bb552 Mon Sep 17 00:00:00 2001 From: Leonora Tindall Date: Fri, 27 Dec 2024 13:13:16 -0600 Subject: [PATCH] Remove ghostty --- ghostty.nix | 12 ------------ timberhearth.nix | 1 - 2 files changed, 13 deletions(-) delete mode 100644 ghostty.nix 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 ];