Realtime : Fix path.
This commit is contained in:
parent
2e58f63b16
commit
212322712b
|
@ -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 -' -- ''${@}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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.";
|
||||||
|
|
Loading…
Reference in a new issue