Updated configuratoin

This commit is contained in:
2024-05-21 10:58:33 +02:00
parent d6b29cc63c
commit 270e6963fc
7 changed files with 40 additions and 33 deletions

View File

@@ -14,6 +14,8 @@
unstable.organicmaps
unstable.cubiomes-viewer
bottles
sshfs
unstable.yt-dlp
# Image editing
gimp

View File

@@ -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
];
}

View File

@@ -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{}