Changes idk
This commit is contained in:
parent
dbc2ede2fe
commit
e65144675d
2 changed files with 12 additions and 2 deletions
|
|
@ -120,7 +120,7 @@
|
||||||
misc = {
|
misc = {
|
||||||
force_default_wallpaper = 0;
|
force_default_wallpaper = 0;
|
||||||
};
|
};
|
||||||
|
|
||||||
# --- Keybinds ---
|
# --- Keybinds ---
|
||||||
bind = [
|
bind = [
|
||||||
# System/Rice
|
# System/Rice
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
||||||
{pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
|
|
@ -23,6 +23,16 @@
|
||||||
nixfmt
|
nixfmt
|
||||||
# clang
|
# clang
|
||||||
clang-tools
|
clang-tools
|
||||||
|
# java
|
||||||
|
jdt-language-server
|
||||||
|
jdk21
|
||||||
|
# rust
|
||||||
|
rust-analyzer
|
||||||
|
rustc
|
||||||
|
cargo
|
||||||
|
rustfmt
|
||||||
|
taplo # LSP for TOML
|
||||||
|
clippy
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue