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.";