calcite: small fixes

This commit is contained in:
xinyangli 2024-11-12 21:27:57 +08:00
parent 3b393a74f5
commit f87136fc94
Signed by: xin
SSH key fingerprint: SHA256:UU5pRTl7NiLFJbWJZa+snLylZSXIz5rgHmwjzv8v4oE
5 changed files with 13 additions and 2 deletions

View file

@ -11,6 +11,7 @@ let
neovideConfig = {
neovim-bin = getExe pkgs.nixvim;
fork = true;
frame = "none";
};
in
{