some firefox settings

This commit is contained in:
Henri Dohmen 2025-12-29 14:08:46 +01:00
parent bafe0b7aa2
commit 24df8a251b
Signed by: hd
GPG key ID: AB79213B044674AE
3 changed files with 43 additions and 3 deletions

View file

@ -104,6 +104,8 @@ in
"ltex.ltex-ls.path" = "${pkgs.ltex-ls-plus}";
"direnv.path.executable" = "${pkgs.direnv}/bin/direnv";
"latex-workshop.latex.autoBuild.run" = "never";
# disable the cluttering Rust type hints unless crtl+alt is pressed
"editor.inlayHints.enabled" = "offUnlessPressed";
};
};
};