chore: remove unused inputs and update remaining

This commit is contained in:
Moritz Böhme 2025-01-22 09:42:58 +01:00
parent 0e103b7e10
commit 6ae872a683
No known key found for this signature in database
GPG key ID: 970C6E89EB0547A9
4 changed files with 228 additions and 1304 deletions

View file

@ -14,9 +14,7 @@ let
in
{
options.my.programs.ghostty.enable = mkEnableOption "Ghostty";
options.my.programs.ghostty.package = (mkPackageOption pkgs "Ghostty" { }) // {
inherit (inputs.ghostty.packages.${pkgs.system}) default;
};
options.my.programs.ghostty.package = (mkPackageOption pkgs "ghostty" { });
options.my.programs.ghostty.settings = mkOption {
inherit (format) type;
description = ''