desktop: add/improve documentation

This commit is contained in:
Motiejus Jakštys 2023-12-26 21:53:40 +02:00
parent 7cb014cf89
commit 9981df9db4
1 changed files with 10 additions and 0 deletions

View File

@ -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