about summary refs log tree commit diff
path: root/nixos/modules
diff options
context:
space:
mode:
authorgnidorah <gnidorah@users.noreply.github.com>2019-01-16 00:05:17 +0300
committerVladyslav M <dywedir@pm.me>2019-01-15 23:05:17 +0200
commit30ff54c3483a1160f2ff3eab36a182cfdd1854d3 (patch)
tree4972aa99e6071c5069dccaf7005a4006e80e25ed /nixos/modules
parent8c3e66e28aa325efddb70744123a090491ddeae4 (diff)
downloadnixlib-30ff54c3483a1160f2ff3eab36a182cfdd1854d3.tar
nixlib-30ff54c3483a1160f2ff3eab36a182cfdd1854d3.tar.gz
nixlib-30ff54c3483a1160f2ff3eab36a182cfdd1854d3.tar.bz2
nixlib-30ff54c3483a1160f2ff3eab36a182cfdd1854d3.tar.lz
nixlib-30ff54c3483a1160f2ff3eab36a182cfdd1854d3.tar.xz
nixlib-30ff54c3483a1160f2ff3eab36a182cfdd1854d3.tar.zst
nixlib-30ff54c3483a1160f2ff3eab36a182cfdd1854d3.zip
way-cooler: 0.8.0 -> 0.8.1 (#53220)

Diffstat (limited to 'nixos/modules')
-rw-r--r--nixos/modules/programs/way-cooler.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/programs/way-cooler.nix b/nixos/modules/programs/way-cooler.nix
index 633e959be9f3..f27bd42bd764 100644
--- a/nixos/modules/programs/way-cooler.nix
+++ b/nixos/modules/programs/way-cooler.nix
@@ -8,7 +8,7 @@ let
 
   wcWrapped = pkgs.writeShellScriptBin "way-cooler" ''
     ${cfg.extraSessionCommands}
-    exec ${pkgs.dbus.dbus-launch} --exit-with-session ${way-cooler}/bin/way-cooler
+    exec ${pkgs.dbus}/bin/dbus-run-session ${way-cooler}/bin/way-cooler
   '';
   wcJoined = pkgs.symlinkJoin {
     name = "way-cooler-wrapped";