mirror of
https://gitlab.com/rensa-nix/core.git
synced 2025-12-11 22:00:09 +01:00
chore: minor improvements & add blocks
This commit is contained in:
parent
3aeff518bb
commit
2774f3ea91
4 changed files with 14 additions and 9 deletions
|
|
@ -1,2 +1,11 @@
|
|||
{
|
||||
simple = name: {
|
||||
inherit name;
|
||||
type = name;
|
||||
};
|
||||
dynamic = name: {
|
||||
inherit name;
|
||||
type = name;
|
||||
# TODO: dynamic actions
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue