summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorLuca Bruno <lethalman88@gmail.com>2015-10-06 10:21:38 +0200
committerLuca Bruno <lethalman88@gmail.com>2015-10-06 10:21:38 +0200
commiteccd68eeb746848009f95968ae58c2b98096af20 (patch)
tree881eeb4cd53deec45d7e250a320130c585171c9f /nixos
parenta776531e615fc7bfa2b1f4a5f5746f3e4350cb74 (diff)
downloadnixlib-eccd68eeb746848009f95968ae58c2b98096af20.tar
nixlib-eccd68eeb746848009f95968ae58c2b98096af20.tar.gz
nixlib-eccd68eeb746848009f95968ae58c2b98096af20.tar.bz2
nixlib-eccd68eeb746848009f95968ae58c2b98096af20.tar.lz
nixlib-eccd68eeb746848009f95968ae58c2b98096af20.tar.xz
nixlib-eccd68eeb746848009f95968ae58c2b98096af20.tar.zst
nixlib-eccd68eeb746848009f95968ae58c2b98096af20.zip
gnome3: add bgSupport=true. Closes #10242
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/x11/desktop-managers/gnome3.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/x11/desktop-managers/gnome3.nix b/nixos/modules/services/x11/desktop-managers/gnome3.nix
index fdee5fbc6c5b..886a6c884013 100644
--- a/nixos/modules/services/x11/desktop-managers/gnome3.nix
+++ b/nixos/modules/services/x11/desktop-managers/gnome3.nix
@@ -104,6 +104,7 @@ in {
 
     services.xserver.desktopManager.session = singleton
       { name = "gnome3";
+        bgSupport = true;
         start = ''
           # Set GTK_DATA_PREFIX so that GTK+ can find the themes
           export GTK_DATA_PREFIX=${config.system.path}