feat: fcitx5 and AGS autostart for Hyprland
Fix warning about nixvim rust-analyzer not installing rustc
This commit is contained in:
parent
101aee8193
commit
370669f99f
3 changed files with 8 additions and 2 deletions
BIN
home-manager/stvnliu/assets/nixos-wallpaper.jpg
Normal file
BIN
home-manager/stvnliu/assets/nixos-wallpaper.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 214 KiB |
|
@ -21,7 +21,10 @@
|
|||
repeat_rate = 50;
|
||||
repeat_delay = 250;
|
||||
};
|
||||
exec-once = "fcitx5";
|
||||
exec-once = [
|
||||
"fcitx5"
|
||||
"ags"
|
||||
];
|
||||
misc = {
|
||||
disable_hyprland_logo = true;
|
||||
disable_splash_rendering = true;
|
||||
|
|
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue