From e2ae139dc1a5891fa034f7b8e6d39b7e4bc4eab1 Mon Sep 17 00:00:00 2001 From: caem Date: Sun, 9 Jun 2024 23:04:21 +0200 Subject: [PATCH] Fix ZDOTDIR for user hu --- users/hu/user.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/users/hu/user.nix b/users/hu/user.nix index b0265b0..2f40a65 100644 --- a/users/hu/user.nix +++ b/users/hu/user.nix @@ -11,6 +11,9 @@ ]; environment.variables = { + # home.sessionVariables didn't work here for some reason + ZDOTDIR = "/home/hu/.config/zsh"; + EDITOR = "nvim"; };