feat: small changes
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user