diff options
| author | Alejandro Soto <alejandro@34project.org> | 2025-08-26 21:37:17 -0600 |
|---|---|---|
| committer | Alejandro Soto <alejandro@34project.org> | 2025-08-26 21:37:17 -0600 |
| commit | a4b8c74c0e6a96bf3c14e1e5a8839c00e09ec765 (patch) | |
| tree | 0019f7a1491d895e56bf0d6cb7f0c5269c50886e /modules/trivionomiconMotd/default.nix | |
| parent | b9d2b4b61eecc52ce55250048673b13f10d592b9 (diff) | |
| parent | bf85cd5841a9f5774d981dfa86a70e77bba833c6 (diff) | |
Merge commit 'eb85e815983ae526365460a960d78f0754cd1f0d' into master
Diffstat (limited to 'modules/trivionomiconMotd/default.nix')
| -rw-r--r-- | modules/trivionomiconMotd/default.nix | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/modules/trivionomiconMotd/default.nix b/modules/trivionomiconMotd/default.nix new file mode 100644 index 0000000..0844b5a --- /dev/null +++ b/modules/trivionomiconMotd/default.nix @@ -0,0 +1,10 @@ +{ + config, + doctrine, + ... +}: +doctrine.lib.mkModule { + inherit config; + name = "trivionomiconMotd"; + sys = ./sys.nix; +} |
