Compare commits

..

No commits in common. "d5ef609f6f0c6d6dc9e5afcc77c52ecce308bd9f" and "b62faa2539b1fcfd24da0e5cb10170f7d9afba60" have entirely different histories.

2 changed files with 40 additions and 58 deletions

View file

@ -136,23 +136,23 @@
copilot-cmp.enable = false; copilot-cmp.enable = false;
neocord.enable = true; neocord.enable = true;
rustaceanvim = { rustaceanvim = {
enable = false; enable = true;
settings = { settings = {
# dap.autoloadConfigurations = true; dap.autoloadConfigurations = true;
# dap.adapter = let dap.adapter = let
# code-lldb = pkgs.vscode-extensions.vadimcn.vscode-lldb; code-lldb = pkgs.vscode-extensions.vadimcn.vscode-lldb;
# in { in {
# executable.command = "${code-lldb}/share/vscode/extensions/vadimcn.vscode-lldb/adapter/codelldb"; executable.command = "${code-lldb}/share/vscode/extensions/vadimcn.vscode-lldb/adapter/codelldb";
# executable.args = [ executable.args = [
# "--liblldb" "--liblldb"
# "${code-lldb}/share/vscode/extensions/vadimcn.vscode-lldb/lldb/lib/liblldb.dylib" "${code-lldb}/share/vscode/extensions/vadimcn.vscode-lldb/lldb/lib/liblldb.dylib"
# "--port" "--port"
# "31337" "31337"
# ]; ];
# type = "server"; type = "server";
# port = "31337"; port = "31337";
# host = "127.0.0.1"; host = "127.0.0.1";
# }; };
}; };
server = { server = {
settings = { settings = {
@ -163,7 +163,7 @@
}; };
}; };
}; };
# rustaceanvim.settings.server.default_settings.rust-analyzer.diagnostics.disabled = ["inactive-code"]; rustaceanvim.settings.server.default_settings.rust-analyzer.diagnostics.disabled = ["inactive-code"];
lsp = { lsp = {
enable = true; enable = true;
inlayHints = true; inlayHints = true;
@ -183,17 +183,11 @@
java-language-server.enable = true; java-language-server.enable = true;
hls.enable = true; hls.enable = true;
eslint.enable = true; eslint.enable = true;
rust-analyzer = { # rust-analyzer = {
enable = true; # enable = true;
installCargo = false; # installCargo = false;
installRustc = false; # installRustc = false;
settings = { # };
inlayHints = {
closureStyle = "rust_analyzer";
};
typing.autoClosingAngleBrackets.enable = true;
};
};
nil_ls.enable = true; nil_ls.enable = true;
}; };
}; };
@ -214,7 +208,6 @@
nixvimInjections = true; nixvimInjections = true;
settings = { settings = {
ensure_installed = "all"; ensure_installed = "all";
# highlight.enable = true;
highlight.enable = true; highlight.enable = true;
}; };
}; };

View file

@ -136,18 +136,7 @@
pulse.enable = true; pulse.enable = true;
# If you want to use JACK applications, uncomment this # If you want to use JACK applications, uncomment this
jack.enable = true; jack.enable = true;
extraConfig = {
pipewire = {
"10-clock-rate" = {
"context.properties" = {
"default.clock.rate" = 44100;
}; };
};
};
};
};
programs.gamemode.enable = true;
hardware.bluetooth = { hardware.bluetooth = {
enable = true; enable = true;