add ghostty config

This commit is contained in:
DACHXY 2024-12-31 12:12:32 +08:00
parent 58f85834ff
commit d54c4da55e
7 changed files with 163 additions and 53 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, inputs, ... }:
{ config, pkgs, inputs, system, ... }:
{
environment.systemPackages = (with pkgs; [
@ -83,7 +83,7 @@
# Media
vlc
]) ++ ([
inputs.ghostty.packages.x86_64-linux.default
inputs.ghostty.packages.${system}.default
inputs.yazi.packages.x86_64-linux.default # Terminal file manager
]);
}