aboutsummaryrefslogtreecommitdiff
path: root/gui/apps
diff options
context:
space:
mode:
authorAdrian Kummerlaender2023-08-28 17:50:14 +0200
committerAdrian Kummerlaender2023-08-28 17:50:14 +0200
commit546c3043089957b80088b6b26ee9a85930648aaa (patch)
treebd44240c85d443ad5c2ffd1c3f36a38dd0c491ae /gui/apps
parentab6119eda840aa0e389e52faccc71ec6f662ecef (diff)
downloadnixos_home-546c3043089957b80088b6b26ee9a85930648aaa.tar
nixos_home-546c3043089957b80088b6b26ee9a85930648aaa.tar.gz
nixos_home-546c3043089957b80088b6b26ee9a85930648aaa.tar.bz2
nixos_home-546c3043089957b80088b6b26ee9a85930648aaa.tar.lz
nixos_home-546c3043089957b80088b6b26ee9a85930648aaa.tar.xz
nixos_home-546c3043089957b80088b6b26ee9a85930648aaa.tar.zst
nixos_home-546c3043089957b80088b6b26ee9a85930648aaa.zip
Update
Diffstat (limited to 'gui/apps')
-rw-r--r--gui/apps/file.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/apps/file.nix b/gui/apps/file.nix
index 8ff49e2..a559abe 100644
--- a/gui/apps/file.nix
+++ b/gui/apps/file.nix
@@ -27,7 +27,7 @@
sessionVariables = {
# required to enable auto-mounting in pcmanfm
- GIO_EXTRA_MODULES = [ "${pkgs.gvfs}/lib/gio/modules" ];
+ GIO_EXTRA_MODULES = "${pkgs.gvfs}/lib/gio/modules";
# use GTK theme in libreoffice
SAL_USE_VCLPLUGIN = "gtk";
};