From ca6ac067707eb1d39de0e3b1b8d40e7dd24a5956 Mon Sep 17 00:00:00 2001
From: rycee
home.
BAR = "$FOO World!";
};
may not work as expected. If you need to reference another -session variable, then do so inside Nix instead. The above -example then becomes
home.sessionVariables = {
+session variable (even if it is declared by using other options
+like xdg.configHome
), then do so inside Nix instead.
+The above example then becomeshome.sessionVariables = {
FOO = "Hello";
BAR = "${config.home.sessionVariables.FOO} World!";
};