chore: Use original ghostty flake and update flake inputs
This commit is contained in:
parent
de798188e5
commit
367f683bde
3 changed files with 364 additions and 198 deletions
|
|
@ -2,6 +2,7 @@
|
|||
pkgs,
|
||||
config,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
options = {
|
||||
|
|
@ -15,7 +16,7 @@
|
|||
programs.ghostty = lib.mkMerge [
|
||||
{
|
||||
enable = true;
|
||||
package = pkgs.ghostty;
|
||||
package = inputs.ghostty.packages.${pkgs.stdenv.hostPlatform.system}.default;
|
||||
settings = {
|
||||
# font-family = "Maple Mono NF CN";
|
||||
font-feature = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue