We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4c73c commit f633cd6Copy full SHA for f633cd6
installers/nix/linux.nix
@@ -6,6 +6,10 @@
6
, jormungandrLib
7
, launcherConfigs
8
, linuxClusterBinName
9
+, gsettings-desktop-schemas
10
+, gtk3
11
+, hicolor-icon-theme
12
+, xfce
13
}:
14
15
let
@@ -41,6 +45,7 @@ let
41
45
export CLUSTER=${cluster'}
42
46
export DAEDALUS_DIR="''${XDG_DATA_HOME}/Daedalus"
43
47
export DAEDALUS_CONFIG=${if sandboxed then "/nix/var/nix/profiles/profile-${linuxClusterBinName}/etc" else daedalus-config}
48
+ export XDG_DATA_DIRS=${gsettings-desktop-schemas}/share/gsettings-schemas/${gsettings-desktop-schemas.name}:${gtk3}/share/gsettings-schemas/${gtk3.name}:${hicolor-icon-theme}/share:${xfce.xfce4-icon-theme}/share
44
49
50
mkdir -p "''${DAEDALUS_DIR}/${cluster}/"{Logs/pub,Secrets}
51
cd "''${DAEDALUS_DIR}/${cluster}/"
0 commit comments