fix alacritty terminfo
This commit is contained in:
parent
799c2fb1b1
commit
343676a241
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue