1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-03-10 18:57:22 +00:00
home-manager/tests/modules/programs/zsh/history-path-old-default.nix

9 lines
162 B
Nix
Raw Normal View History

{
home.stateVersion = "19.03";
programs.zsh.enable = true;
nmt.script = ''
assertFileRegex home-files/.zshrc '^HISTFILE="$HOME/.zsh_history"$'
'';
}