switch to alacritty

This commit is contained in:
uku 2024-01-10 18:23:27 +01:00
parent 344eff72a9
commit 61e36587ec
Signed by: uku
GPG key ID: 7D01D7B105E77166
4 changed files with 24 additions and 23 deletions

View file

@ -15,9 +15,6 @@
${lib.getExe nix-your-shell} fish | source
'';
functions = {
fish_greeting = "";
kssh = "${lib.getExe pkgs.kitty} +kitten ssh $argv";
};
functions.fish_greeting = "";
};
}