From 212322712bc845c07cf31f67ebc7e969a1c273ec Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sat, 24 Aug 2024 20:36:19 +0300 Subject: [PATCH] Realtime : Fix path. --- home/program/bash/module/Curl.nix | 2 +- module/Realtime.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/home/program/bash/module/Curl.nix b/home/program/bash/module/Curl.nix index 509482e..9780297 100644 --- a/home/program/bash/module/Curl.nix +++ b/home/program/bash/module/Curl.nix @@ -1,7 +1,7 @@ { ... }: { text = '' # Download a file from the web. - # Usage: dl [FILES...] + # Usaee: dl [FILES...] function dl() { wcurl --curl-options='--http2 --continue-at -' -- ''${@} } diff --git a/module/Realtime.nix b/module/Realtime.nix index 8fe5aff..08880b4 100644 --- a/module/Realtime.nix +++ b/module/Realtime.nix @@ -1,6 +1,6 @@ # Improve DE performance. { lib, config, ... }: with lib; let - cfg = config.module.desktop.realtime; + cfg = config.module.realtime; in { options = { module.realtime.enable = mkEnableOption "Realtime access.";