feat: small changes

This commit is contained in:
2026-07-26 12:03:53 +02:00
parent 8e2bfc551e
commit 9ab0525b5e
2 changed files with 6 additions and 0 deletions
+5
View File
@@ -38,6 +38,11 @@
programs.direnv = { programs.direnv = {
enable = true; enable = true;
nix-direnv.enable = true; nix-direnv.enable = true;
config.global = {
hide_env_diff = true;
log_format = " %s";
};
}; };
}; };
flake.modules.nixos.openvpn = { flake.modules.nixos.openvpn = {
+1
View File
@@ -56,6 +56,7 @@
settings = { settings = {
theme = "kanagawa"; theme = "kanagawa";
editor = { editor = {
soft-wrap.enable = true;
lsp = { lsp = {
auto-document-highlight = true; auto-document-highlight = true;
display-inlay-hints = true; display-inlay-hints = true;