From 343676a241963ce6fc444ca50d398ff89c0b91ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Charlotte=20=F0=9F=A6=9D=20Delenk?= Date: Mon, 13 Jun 2022 12:42:55 +0100 Subject: [PATCH] fix alacritty terminfo --- config/default.nix | 10 +++++----- config/programs/sway.nix | 4 ++-- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/default.nix b/config/default.nix index 16269481..c385cea5 100644 --- a/config/default.nix +++ b/config/default.nix @@ -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 - ]; } diff --git a/config/programs/sway.nix b/config/programs/sway.nix index edf3f0fe..a0c8a6d7 100644 --- a/config/programs/sway.nix +++ b/config/programs/sway.nix @@ -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 = [ {