mirror of
https://github.com/Theaninova/TheaninovOS.git
synced 2025-12-12 11:36:20 +00:00
update system
This commit is contained in:
@@ -102,7 +102,7 @@ in
|
||||
gpg.homedir = lib.mkIf itgr.gpg "${xdgConfig.configHome}/gnupg";
|
||||
bash.historyFile = lib.mkIf itgr.bash "${xdgConfig.stateHome}/bash/history";
|
||||
zsh = lib.mkIf itgr.zsh {
|
||||
dotDir = ".config/zsh";
|
||||
dotDir = "${xdgConfig.configHome}/zsh";
|
||||
history.path = "${xdgConfig.stateHome}/zsh/history";
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user