updated to use new shed module schema
This commit is contained in:
15
modules/home/environment/shed/complete.nix
Normal file
15
modules/home/environment/shed/complete.nix
Normal file
@@ -0,0 +1,15 @@
|
||||
{ lib, config, ... }:
|
||||
{
|
||||
programs.shed = {
|
||||
extraCompletion = {
|
||||
cargo = {
|
||||
wordList = [
|
||||
"build"
|
||||
"test"
|
||||
"run"
|
||||
"clippy"
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user