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
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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 = [
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue