mirror of
https://gitlab.com/rensa-nix/devshell.git
synced 2025-12-11 22:00:08 +01:00
chore: format and add meta module
This commit is contained in:
parent
223000e43c
commit
5fee6ef12a
7 changed files with 238 additions and 8 deletions
|
|
@ -13,10 +13,15 @@ in {
|
|||
};
|
||||
})
|
||||
];
|
||||
env."HELLO".value = "world!";
|
||||
enterShellCommands.test = {
|
||||
text = "echo Hello $HELLO";
|
||||
deps = ["env"];
|
||||
meta = {
|
||||
enableMenu = true;
|
||||
showMenu = "always";
|
||||
entries = {
|
||||
"World" = {
|
||||
section = "Hello";
|
||||
description = "meow";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue