From 8d298829b43bb62b423439230c65f93d19a341f5 Mon Sep 17 00:00:00 2001 From: Jake Ginesin Date: Wed, 12 Nov 2025 22:10:19 -0500 Subject: [PATCH] generation 544 25.11.20250714.62e0f05 --- home/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/home.nix b/home/home.nix index 2d228aa..cdb37dd 100644 --- a/home/home.nix +++ b/home/home.nix @@ -53,7 +53,7 @@ in { home.sessionVariables = { EDITOR = "nvim"; - SHELL = "zsh"; + SHELL = "/etc/profiles/per-user/synchronous/bin/zsh"; # just zsh no longer works? HOME = "/home/synchronous"; # XDG_CACHE_HOME = "$HOME/.cache"; DBUS_SESSION_BUS_ADDRESS = "unix:path=$XDG_RUNTIME_DIR/bus";