desktop: add/improve documentation
This commit is contained in:
parent
7cb014cf89
commit
9981df9db4
|
@ -78,6 +78,14 @@
|
||||||
#};
|
#};
|
||||||
#location.provider = "geoclue2";
|
#location.provider = "geoclue2";
|
||||||
|
|
||||||
|
documentation = {
|
||||||
|
dev.enable = true;
|
||||||
|
man = {
|
||||||
|
man-db.enable = false;
|
||||||
|
mandoc.enable = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
iw
|
iw
|
||||||
vlc
|
vlc
|
||||||
|
@ -113,6 +121,7 @@
|
||||||
trayscale
|
trayscale
|
||||||
# TODO why doesn't 'programs.wireshark.enable = true' install the binary?
|
# TODO why doesn't 'programs.wireshark.enable = true' install the binary?
|
||||||
wireshark
|
wireshark
|
||||||
|
man-pages
|
||||||
rox-filer
|
rox-filer
|
||||||
distrobox
|
distrobox
|
||||||
miniupnpc
|
miniupnpc
|
||||||
|
@ -136,6 +145,7 @@
|
||||||
joplin-desktop
|
joplin-desktop
|
||||||
signal-desktop
|
signal-desktop
|
||||||
element-desktop
|
element-desktop
|
||||||
|
man-pages-posix
|
||||||
wineWowPackages.full
|
wineWowPackages.full
|
||||||
hunspellDicts.en_US
|
hunspellDicts.en_US
|
||||||
python3Packages.ipython
|
python3Packages.ipython
|
||||||
|
|
Loading…
Reference in New Issue