From 469e01010375eb7353c02422ca5819045f997cea Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Thu, 14 May 2026 11:09:17 -0500 Subject: [PATCH] [fix] update session variables explicitly --- home/home.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home/home.nix b/home/home.nix index 30dfd70..46c8e50 100644 --- a/home/home.nix +++ b/home/home.nix @@ -41,6 +41,7 @@ in { publicShare = "${config.home.homeDirectory}"; templates = "${config.home.homeDirectory}"; videos = "${config.home.homeDirectory}/vids"; + setSessionVariables = true; }; portal = { enable = true;