Updated configuratoin
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
unstable.organicmaps
|
||||
unstable.cubiomes-viewer
|
||||
bottles
|
||||
sshfs
|
||||
unstable.yt-dlp
|
||||
|
||||
# Image editing
|
||||
gimp
|
||||
|
@@ -1,12 +1,8 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{ input, pkgs, lib, ... }:
|
||||
|
||||
{
|
||||
nix.settings = {
|
||||
trusted-substituters = ["https://getchoo.cachix.org"];
|
||||
trusted-public-keys = ["getchoo.cachix.org-1:ftdbAUJVNaFonM0obRGgR5+nUmdLMM+AOvDOSx0z5tE="];
|
||||
};
|
||||
|
||||
home.packages = with inputs.getchoo.packages.${pkgs.system}; [
|
||||
modrinth-app
|
||||
home.packages = with pkgs; [
|
||||
unstable.modrinth-app
|
||||
];
|
||||
}
|
||||
|
@@ -21,7 +21,7 @@ vim.g.rustaceanvim = {
|
||||
default_settings = {
|
||||
['rust-analyzer'] = {
|
||||
cargo = {
|
||||
features = { "ssr" }
|
||||
features = "all"
|
||||
},
|
||||
},
|
||||
},
|
||||
@@ -45,7 +45,12 @@ lspconfig.arduino_language_server.setup{
|
||||
}
|
||||
}
|
||||
|
||||
lspconfig.tailwindcss.setup{}
|
||||
lspconfig.tailwindcss.setup{
|
||||
filetypes = {
|
||||
"rust",
|
||||
"css",
|
||||
}
|
||||
}
|
||||
|
||||
lspconfig.volar.setup{}
|
||||
|
||||
|
Reference in New Issue
Block a user