Compare commits

..

4 Commits

Author SHA1 Message Date
Lennart J. Kurzweg (Nx2)
0d1a9d0554 Merge branch 'master' of ssh://ssh.nx2.site:50022/nx2/dotfiles 2025-07-16 09:38:23 +00:00
Lennart J. Kurzweg (Nx2)
f3b953e87b cache yazi on wsl 2025-07-16 09:37:35 +00:00
Lennart J. Kurzweg (Nx2)
1ee84d5dd8 dos2unix 2025-07-16 09:37:22 +00:00
Lennart J. Kurzweg (Nx2)
1b530779aa only hits inline dignostics helix 2025-07-16 09:37:17 +00:00
2 changed files with 15 additions and 2 deletions

View File

@@ -184,7 +184,7 @@
supersend-menu = false;
};
inline-diagnostics = {
cursor-line = "hint";
cursor-line = "warning";
other-lines = "disable";
prefix-len = 1;
# max-wrap = set above

View File

@@ -18,5 +18,18 @@
defaultUser = hyper.user;
enable = true;
};
nix.settings.experimental-features = [ "nix-command" "flakes" ];
nix = {
settings = {
experimental-features = [ "nix-command" "flakes" ];
substitute = true;
substituters = [
"https://yazi.cachix.org"
];
trusted-public-keys = [
"yazi.cachix.org-1:Dcdz63NZKfvUCbDGngQDAZq6kOroIrFoyO064uvLh8k="
];
};
};
nixpkgs.hostPlatform = hyper.system;
}