mirror of
https://git.sr.ht/~neverness/ultima
synced 2025-01-08 19:13:52 +00:00
11 lines
148 B
Nix
11 lines
148 B
Nix
{ False, ... }: {
|
|
news.display = "silent";
|
|
programs.man = False;
|
|
manual = {
|
|
html = False;
|
|
json = False;
|
|
manpages = False;
|
|
};
|
|
}
|
|
|