This website requires JavaScript.
Explore
Help
Sign in
rensa
/
core
Watch
1
Star
0
Fork
You've already forked core
0
mirror of
https://gitlab.com/rensa-nix/core.git
synced
2025-12-11 22:00:09 +01:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
main
core
/
lib
/
blocks
/
default.nix
12 lines
151 B
Nix
Raw
Permalink
Normal View
History
Unescape
Escape
chore: initial commit
2025-08-05 14:55:13 +02:00
{
chore: minor improvements & add blocks
2025-08-05 16:15:24 +02:00
simple
=
name
:
{
inherit
name
;
type
=
name
;
}
;
dynamic
=
name
:
{
inherit
name
;
type
=
name
;
# TODO: dynamic actions
}
;
chore: initial commit
2025-08-05 14:55:13 +02:00
}
Reference in a new issue
Copy permalink