aboutsummaryrefslogtreecommitdiff
path: root/home.nix
diff options
context:
space:
mode:
authorAdrian Kummerlaender2018-05-02 21:06:55 +0200
committerAdrian Kummerlaender2018-05-02 21:06:55 +0200
commitd0bacdf9b42e750769f80b637f58a32f643f16eb (patch)
tree7a56ffd3dc530792adddfb055f70be25db5cb168 /home.nix
parent567dc0770ca48ea7af045de6232076896aacfb0b (diff)
downloadnixos_home-d0bacdf9b42e750769f80b637f58a32f643f16eb.tar
nixos_home-d0bacdf9b42e750769f80b637f58a32f643f16eb.tar.gz
nixos_home-d0bacdf9b42e750769f80b637f58a32f643f16eb.tar.bz2
nixos_home-d0bacdf9b42e750769f80b637f58a32f643f16eb.tar.lz
nixos_home-d0bacdf9b42e750769f80b637f58a32f643f16eb.tar.xz
nixos_home-d0bacdf9b42e750769f80b637f58a32f643f16eb.tar.zst
nixos_home-d0bacdf9b42e750769f80b637f58a32f643f16eb.zip
Fix oomox-gtk-theme derivation after update
…I am not clear what happened here.
Diffstat (limited to 'home.nix')
-rw-r--r--home.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/home.nix b/home.nix
index bd6e68a..843a93d 100644
--- a/home.nix
+++ b/home.nix
@@ -31,9 +31,10 @@
gitg
];
- # required to enable auto-mounting in pcmanfm
sessionVariables = {
+ # required to enable auto-mounting in pcmanfm
GIO_EXTRA_MODULES = [ "${pkgs.gvfs}/lib/gio/modules" ];
+ # use GTK theme in libreoffice
SAL_USE_VCLPLUGIN = "gtk";
};