mirror of
https://github.com/thegeneralist01/config.git
synced 2026-07-21 19:05:19 +02:00
tooling: add new exciting tools!
This commit is contained in:
parent
aa3cbcfb5e
commit
691dfad298
6 changed files with 80 additions and 1 deletions
|
|
@ -70,6 +70,10 @@ in
|
|||
|
||||
extraConfig = /* nu */ ''
|
||||
use ${pkgs.writeTextDir "omp-completions.nu" (readFile ./omp-completions.nu)}/omp-completions.nu *
|
||||
|
||||
if (which mise | is-not-empty) {
|
||||
$env.PATH = ($env.PATH | prepend $"($env.HOME)/.local/share/mise/shims")
|
||||
}
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue