mirror of
https://github.com/RGBCube/ncc
synced 2025-08-02 13:07:46 +00:00
Compare commits
2 commits
abde245bbb
...
436297a17c
Author | SHA1 | Date | |
---|---|---|---|
436297a17c | |||
08362e8c88 |
3 changed files with 3 additions and 2 deletions
|
@ -147,6 +147,7 @@ in {
|
||||||
check.command = "clippy";
|
check.command = "clippy";
|
||||||
completion.callable.snippets = "add_parentheses";
|
completion.callable.snippets = "add_parentheses";
|
||||||
completion.excludeTraits = [ "yansi::Paint" ];
|
completion.excludeTraits = [ "yansi::Paint" ];
|
||||||
|
diagnostics.disabled = [ "inactive-code" "unlinked-file" ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ in {
|
||||||
rm = "rm --recursive --verbose";
|
rm = "rm --recursive --verbose";
|
||||||
|
|
||||||
pstree = "pstree -g 2";
|
pstree = "pstree -g 2";
|
||||||
tree = "tree -F --dirsfirst";
|
tree = "eza --tree --git-ignore --group-directories-first";
|
||||||
};
|
};
|
||||||
|
|
||||||
systemPackages = attrValues {
|
systemPackages = attrValues {
|
||||||
|
|
|
@ -8,6 +8,7 @@ in {
|
||||||
curlHTTP3
|
curlHTTP3
|
||||||
dig
|
dig
|
||||||
doggo
|
doggo
|
||||||
|
eza
|
||||||
fastfetch
|
fastfetch
|
||||||
fd
|
fd
|
||||||
hyperfine
|
hyperfine
|
||||||
|
@ -18,7 +19,6 @@ in {
|
||||||
rsync
|
rsync
|
||||||
timg
|
timg
|
||||||
tokei
|
tokei
|
||||||
tree
|
|
||||||
typos
|
typos
|
||||||
uutils-coreutils-noprefix
|
uutils-coreutils-noprefix
|
||||||
yazi
|
yazi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue