Realtime : Fix path.
This commit is contained in:
parent
2e58f63b16
commit
212322712b
|
@ -1,7 +1,7 @@
|
|||
{ ... }: {
|
||||
text = ''
|
||||
# Download a file from the web.
|
||||
# Usage: dl <FILE> [FILES...]
|
||||
# Usaee: dl <FILE> [FILES...]
|
||||
function dl() {
|
||||
wcurl --curl-options='--http2 --continue-at -' -- ''${@}
|
||||
}
|
||||
|
|
|
@ -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.";
|
||||
|
|
Loading…
Reference in a new issue