Skip to content

Commit

Permalink
various tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
brenix committed Jul 20, 2024
1 parent 42dff21 commit 5c80124
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
6 changes: 3 additions & 3 deletions modules/home/programs/terminal/emulators/foot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ in {

settings = {
main = {
font = "JetBrainsMono Nerd Font:size=10, Noto Color Emoji:size=18";
font-bold = "JetBrainsMono Nerd Font:size=10:weight=Regular";
line-height = "14px";
font = "JetBrainsMono Nerd Font:size=11.5, Noto Color Emoji:size=18";
font-bold = "JetBrainsMono Nerd Font:size=11.5:weight=Regular";
line-height = "15px";
selection-target = "primary";
shell = "${pkgs.fish}/bin/fish";
term = "xterm-256color";
Expand Down
11 changes: 6 additions & 5 deletions modules/home/programs/terminal/tools/ssh/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,12 @@ in {
};

config = mkIf cfg.enable {
programs.keychain = {
enable = true;
keys = ["id_ed25519"];
agents = ["ssh"];
};
# NOTE: disabled for slowing down my shell
# programs.keychain = {
# enable = true;
# keys = ["id_ed25519"];
# agents = ["ssh"];
# };

programs.ssh = {
enable = true;
Expand Down
3 changes: 3 additions & 0 deletions modules/home/programs/terminal/tools/zellij/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ in {
"bind \"Alt f\"" = {
ToggleFocusFullscreen = [];
};
"bind \"Alt '\"" = {
NewTab = [];
};
};
};

Expand Down

0 comments on commit 5c80124

Please sign in to comment.