add ghostty config
This commit is contained in:
parent
58f85834ff
commit
d54c4da55e
7 changed files with 163 additions and 53 deletions
|
|
@ -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
|
||||
]);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue