trivionomicon: add motd module
This commit is contained in:
parent
0ae8676d50
commit
eb85e81598
2 changed files with 32 additions and 0 deletions
10
modules/trivionomiconMotd/default.nix
Normal file
10
modules/trivionomiconMotd/default.nix
Normal file
|
@ -0,0 +1,10 @@
|
|||
{
|
||||
config,
|
||||
doctrine,
|
||||
...
|
||||
}:
|
||||
doctrine.lib.mkModule {
|
||||
inherit config;
|
||||
name = "trivionomiconMotd";
|
||||
sys = ./sys.nix;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue