about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2020-02-14 18:31:52 -0300
committerJosé Romildo Malaquias <malaquias@gmail.com>2020-02-14 18:31:52 -0300
commitba42fef9a76dd9b7b0d3e4f56d445f1506f52002 (patch)
treea1fb7bc239ba49e3eb79a7a8de99c93e54a79651 /nixos/modules
parentb13ccf503b1240a3c043e60532a33cf3a4fe1448 (diff)
downloadnixlib-ba42fef9a76dd9b7b0d3e4f56d445f1506f52002.tar
nixlib-ba42fef9a76dd9b7b0d3e4f56d445f1506f52002.tar.gz
nixlib-ba42fef9a76dd9b7b0d3e4f56d445f1506f52002.tar.bz2
nixlib-ba42fef9a76dd9b7b0d3e4f56d445f1506f52002.tar.lz
nixlib-ba42fef9a76dd9b7b0d3e4f56d445f1506f52002.tar.xz
nixlib-ba42fef9a76dd9b7b0d3e4f56d445f1506f52002.tar.zst
nixlib-ba42fef9a76dd9b7b0d3e4f56d445f1506f52002.zip
nixos/mate: add yelp to systemPackages
Without this the Contents item in the Help menu of applications fails
to launch.
Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/services/x11/desktop-managers/mate.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/mate.nix b/nixos/modules/services/x11/desktop-managers/mate.nix
index 4a6f2ca727d9..910a246d776c 100644
--- a/nixos/modules/services/x11/desktop-managers/mate.nix
+++ b/nixos/modules/services/x11/desktop-managers/mate.nix
@@ -86,6 +86,7 @@ in
         pkgs.shared-mime-info
         pkgs.xdg-user-dirs # Update user dirs as described in https://freedesktop.org/wiki/Software/xdg-user-dirs/
         pkgs.mate.mate-settings-daemon
+        pkgs.yelp # for 'Contents' in 'Help' menus
       ];
 
     programs.dconf.enable = true;