diff options
author | EuAndreh <eu@euandre.org> | 2023-03-11 08:53:30 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2023-03-11 19:36:12 -0300 |
commit | 786d6958a5733b28ec089685df7c0eac980c5f2a (patch) | |
tree | 9afb19eda6db66f68f5a914aa4fa38fde8b0d9b5 /src/infrastructure/config/init.scm | |
parent | channels.scm: Remove "nonguix" channel (diff) | |
download | server-786d6958a5733b28ec089685df7c0eac980c5f2a.tar.gz server-786d6958a5733b28ec089685df7c0eac980c5f2a.tar.xz |
Copy files back
Diffstat (limited to 'src/infrastructure/config/init.scm')
-rw-r--r-- | src/infrastructure/config/init.scm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/infrastructure/config/init.scm b/src/infrastructure/config/init.scm new file mode 100644 index 0000000..9e962e8 --- /dev/null +++ b/src/infrastructure/config/init.scm @@ -0,0 +1,6 @@ +(use-modules + (ice-9 colorized) + (ice-9 readline)) + +(activate-colorized) +(activate-readline) |