feat: fcitx5 and AGS autostart for Hyprland

Fix warning about nixvim rust-analyzer not installing rustc
This commit is contained in:
Zhongheng Liu 2024-08-20 11:15:09 +08:00
commit 370669f99f
No known key found for this signature in database
3 changed files with 8 additions and 2 deletions

View file

@ -10,7 +10,10 @@
gopls.enable = true;
nil_ls.enable = true;
#nixd.enable = true;
rust-analyzer.enable = true;
rust-analyzer = {
enable = true;
installRustc = true;
};
tsserver.enable = true;
};
keymaps.lspBuf = {