chore(common): move ghostty terminfo to server
This commit is contained in:
parent
f6ed5e951b
commit
da0324ccf9
2 changed files with 5 additions and 2 deletions
|
@ -70,8 +70,6 @@ in
|
|||
neovim
|
||||
ripgrep
|
||||
wget
|
||||
|
||||
ghostty.terminfo
|
||||
];
|
||||
|
||||
hm = {
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
pkgs,
|
||||
config,
|
||||
_utils,
|
||||
...
|
||||
|
@ -22,6 +23,10 @@ in
|
|||
hermetic = false; # hermetic fucks up for cross-system deployments
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ghostty.terminfo
|
||||
];
|
||||
|
||||
services = {
|
||||
tailscale.extraUpFlags = [ "--advertise-exit-node" ];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue