typos and removing xserver from other users

This commit is contained in:
cnst
2024-09-30 19:26:04 +02:00
parent aea63572a3
commit 1f69bb4ffa
3 changed files with 7 additions and 6 deletions

View File

@@ -70,6 +70,11 @@
name = "json";
formatter = deno "json";
}
{
name = "common-lisp";
file-types = ["kbd"];
auto-format = true;
}
{
name = "markdown";
auto-format = true;
@@ -124,10 +129,6 @@
command = "${pkgs.clang-tools}/bin/clangd";
clangd.fallbackFlags = ["-std=c++2b"];
};
cl-lsp = {
command = "${pkgs.clang-tools}/bin/clangd";
clangd.fallbackFlags = ["-std=c++2b"];
};
cmake-language-server = {
command = lib.getExe pkgs.cmake-language-server;

View File

@@ -130,7 +130,7 @@
};
xserver = {
amd = {
enable = true;
enable = false;
};
};
};

View File

@@ -131,7 +131,7 @@
};
xserver = {
nvidia = {
enable = true;
enable = false;
};
};
};