Realtime : Fix path.

This commit is contained in:
Dmitry Voronin 2024-08-24 20:36:19 +03:00
parent 2e58f63b16
commit 212322712b
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
{ ... }: { { ... }: {
text = '' text = ''
# Download a file from the web. # Download a file from the web.
# Usage: dl <FILE> [FILES...] # Usaee: dl <FILE> [FILES...]
function dl() { function dl() {
wcurl --curl-options='--http2 --continue-at -' -- ''${@} wcurl --curl-options='--http2 --continue-at -' -- ''${@}
} }

View file

@ -1,6 +1,6 @@
# Improve DE performance. # Improve DE performance.
{ lib, config, ... }: with lib; let { lib, config, ... }: with lib; let
cfg = config.module.desktop.realtime; cfg = config.module.realtime;
in { in {
options = { options = {
module.realtime.enable = mkEnableOption "Realtime access."; module.realtime.enable = mkEnableOption "Realtime access.";