From d745487c1efe124687c3d787c09bcc2ab8303a28 Mon Sep 17 00:00:00 2001 From: worldofpeace Date: Mon, 5 Aug 2019 05:43:48 -0400 Subject: nixos/pantheon: use filechooser module Setting GTK_CSD=1 works around the issue we were having with this [0] [0]: https://github.com/elementary/files/issues/971 --- nixos/modules/services/x11/desktop-managers/pantheon.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/modules/services/x11/desktop-managers/pantheon.nix b/nixos/modules/services/x11/desktop-managers/pantheon.nix index 46a15b723e12..8e1272f3c92b 100644 --- a/nixos/modules/services/x11/desktop-managers/pantheon.nix +++ b/nixos/modules/services/x11/desktop-managers/pantheon.nix @@ -105,6 +105,7 @@ in # Settings from elementary-default-settings export GTK_CSD=1 + export GTK_MODULES=$GTK_MODULES:pantheon-filechooser-module fi ''; -- cgit 1.4.1