mirror of
https://github.com/foo-dogsquared/nix-module-wrapper-manager-fds.git
synced 2025-02-07 06:19:02 +00:00
wrapper-manager-fds/modules: update common env module documentation
This commit is contained in:
parent
3b261d85b0
commit
d72ffdca9e
12
modules/env/common.nix
vendored
12
modules/env/common.nix
vendored
@ -49,22 +49,27 @@ in
|
||||
default = { };
|
||||
example = lib.literalExpression ''
|
||||
{
|
||||
neofetch = {
|
||||
custom-ricing = {
|
||||
wrappers.neofetch = {
|
||||
arg0 = lib.getExe' pkgs.neofetch "neofetch";
|
||||
appendArgs = [
|
||||
"--ascii-distro" "guix"
|
||||
"--config" ./config/neofetch/config
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
yt-dlp-audio = {
|
||||
music-setup = {
|
||||
wrappers.yt-dlp-audio = {
|
||||
arg0 = lib.getExe' pkgs.yt-dlp "yt-dlp";
|
||||
prependArgs = [
|
||||
"--config-location" ./config/yt-dlp/audio.conf
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
asciidoctor-fds = {
|
||||
writing = {
|
||||
wrappers.asciidoctor-fds = {
|
||||
arg = lib.getExe' pkgs.asciidoctor-with-extensions "asciidoctor";
|
||||
executableName = "asciidoctor";
|
||||
prependArgs =
|
||||
@ -73,6 +78,7 @@ in
|
||||
"asciidoctor-bibtex"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
'';
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user