From e17bf359fefd0ab3a4e7fbaebb38ba709c8b0831 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sun, 8 Jan 2023 18:02:53 -0800 Subject: [PATCH] Install nautilus with theming --- hosts/home.nix | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/hosts/home.nix b/hosts/home.nix index 841b5b5..45ae138 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -44,6 +44,11 @@ in stateVersion = "22.05"; + sessionVariables = { + # GTK Theme won't display with GTK4 (e.g. nautilus) otherwise + GTK_THEME = (colors.gtkTheme pkgs).name; + }; + packages = with pkgs; [ # Command line utilities wget @@ -61,7 +66,7 @@ in # GUI applications firefox discord - #gnome.nautilus + gnome.nautilus #gimp #krita #musescore