Refactor persistence structure
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
environment = {
|
||||
persistence."/persist"."${home}/.local/share/zsh" = { };
|
||||
persistence."/persist/state"."${home}/.local/share/zsh" = { };
|
||||
# If we set this under home-manager.users.${user}.home.sessionVariables,
|
||||
# it runs too late in the init process and zsh fails.
|
||||
sessionVariables.ZDOTDIR = "$HOME/.config/zsh";
|
||||
|
Reference in New Issue
Block a user