fix alacritty terminfo

This commit is contained in:
Charlotte 🦝 Delenk 2022-06-13 12:42:55 +01:00
parent 799c2fb1b1
commit 343676a241
Signed by: darkkirb
GPG key ID: AB2BD8DAF2E37122
2 changed files with 7 additions and 7 deletions

View file

@ -16,7 +16,11 @@
./services/promtail.nix
];
services.openssh.enable = true;
environment.systemPackages = with pkgs; [git pinentry-curses];
environment.systemPackages = with pkgs; [
git
pinentry-curses
kitty.terminfo
];
networking.firewall.allowedTCPPorts = [22];
networking.firewall.allowedUDPPortRanges = [
{
@ -64,8 +68,4 @@
};
users.mutableUsers = false;
boot.kernelParams = ["nohibernate"];
environment.systemPackages = [
pkgs.kitty.terminfo
];
}