chore(common): move ghostty terminfo to server

This commit is contained in:
uku 2025-01-07 18:51:47 +01:00
parent f6ed5e951b
commit da0324ccf9
Signed by: uku
SSH key fingerprint: SHA256:4P0aN6M8ajKukNi6aPOaX0LacanGYtlfjmN+m/sHY/o
2 changed files with 5 additions and 2 deletions

View file

@ -70,8 +70,6 @@ in
neovim neovim
ripgrep ripgrep
wget wget
ghostty.terminfo
]; ];
hm = { hm = {

View file

@ -1,4 +1,5 @@
{ {
pkgs,
config, config,
_utils, _utils,
... ...
@ -22,6 +23,10 @@ in
hermetic = false; # hermetic fucks up for cross-system deployments hermetic = false; # hermetic fucks up for cross-system deployments
}; };
environment.systemPackages = with pkgs; [
ghostty.terminfo
];
services = { services = {
tailscale.extraUpFlags = [ "--advertise-exit-node" ]; tailscale.extraUpFlags = [ "--advertise-exit-node" ];