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
];
}

View file

@ -91,8 +91,8 @@ in {
"XF86AudioPrev" = "exec ${pkgs.mpc-cli}/bin/mpc prev";
"XF86AudioStop" = "exec ${pkgs.mpc-cli}/bin/mpc stop";
"Mod1+Tab" = "exec ${switch_window}";
"Mod1+Shift+t" = "exec ${pkgs.ibus}/bin/ibus engine table:tokipona";
"Mod1+Shift+l" = "exec ${pkgs.ibus}/bin/ibus engine xkb:de:neo:deu";
"Mod1+Shift+t" = "exec ${pkgs.ibus}/bin/ibus engine table:tokipona";
"Mod1+Shift+l" = "exec ${pkgs.ibus}/bin/ibus engine xkb:de:neo:deu";
};
bars = [
{