summary refs log tree commit diff
path: root/nixos/modules/services/x11
diff options
context:
space:
mode:
authordavidak <davidak@users.noreply.github.com>2021-08-04 21:35:45 +0200
committerGitHub <noreply@github.com>2021-08-04 21:35:45 +0200
commit872111e9d29c96c8116a5fbf81b2f2dd52b39c5b (patch)
tree5b0773e12be18d096d19a45f7808db5422d64201 /nixos/modules/services/x11
parentab2e08fc659271b9560ffe9a6195dd1f60dab8c0 (diff)
parentaa8373ab1b98b700c411eac1fe9e3d858a802909 (diff)
downloadnixpkgs-872111e9d29c96c8116a5fbf81b2f2dd52b39c5b.tar
nixpkgs-872111e9d29c96c8116a5fbf81b2f2dd52b39c5b.tar.gz
nixpkgs-872111e9d29c96c8116a5fbf81b2f2dd52b39c5b.tar.bz2
nixpkgs-872111e9d29c96c8116a5fbf81b2f2dd52b39c5b.tar.lz
nixpkgs-872111e9d29c96c8116a5fbf81b2f2dd52b39c5b.tar.xz
nixpkgs-872111e9d29c96c8116a5fbf81b2f2dd52b39c5b.tar.zst
nixpkgs-872111e9d29c96c8116a5fbf81b2f2dd52b39c5b.zip
Merge pull request #131305 from davidak/nixos-icons-fix
nixos-icons: fix icons not installed when documentation disabled
Diffstat (limited to 'nixos/modules/services/x11')
-rw-r--r--nixos/modules/services/x11/xserver.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/xserver.nix b/nixos/modules/services/x11/xserver.nix
index 37e004ae80a..bb50aa1d35c 100644
--- a/nixos/modules/services/x11/xserver.nix
+++ b/nixos/modules/services/x11/xserver.nix
@@ -657,6 +657,7 @@ in
         pkgs.xterm
         pkgs.xdg-utils
         xorg.xf86inputevdev.out # get evdev.4 man page
+        pkgs.nixos-icons # needed for gnome and pantheon about dialog, nixos-manual and maybe more
       ]
       ++ optional (elem "virtualbox" cfg.videoDrivers) xorg.xrefresh;