brightnessctl

This commit is contained in:
notgne2 2026-03-16 10:36:55 -07:00
parent 2f3d239dec
commit 3bb45a9afa
No known key found for this signature in database
3 changed files with 7 additions and 3 deletions

View file

@ -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";