brightnessctl
This commit is contained in:
parent
2f3d239dec
commit
3bb45a9afa
3 changed files with 7 additions and 3 deletions
|
|
@ -44,19 +44,24 @@ in {
|
|||
vim_mode = true;
|
||||
show_whitespaces = "boundary";
|
||||
soft_wrap = "editor_width";
|
||||
|
||||
load_direnv = "shell_hook";
|
||||
|
||||
telemetry = {
|
||||
diagnostics = false;
|
||||
metrics = false;
|
||||
};
|
||||
|
||||
node = {
|
||||
path = lib.getExe pkgs.nodejs;
|
||||
npm_path = lib.getExe' pkgs.nodejs "npm";
|
||||
};
|
||||
|
||||
languages.Nix.formatter.external = {
|
||||
command = "alejandra";
|
||||
arguments = ["--quiet" "--"];
|
||||
};
|
||||
|
||||
lsp = {
|
||||
elm-language-server.initialization_options = {
|
||||
"elmReviewDiagnostics" = "warning";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue