mirror of
https://github.com/ItsDrike/nixdots
synced 2024-12-25 07:54:34 +00:00
Only preserve zsh_history file, not whole dir
This commit is contained in:
parent
1440de4713
commit
2acdfac532
|
@ -78,10 +78,9 @@
|
|||
".local/share/wakatime"
|
||||
".local/share/nvim"
|
||||
".local/state/nvim"
|
||||
".local/share/zsh"
|
||||
|
||||
# Services
|
||||
".local/state/wireplumber"
|
||||
".local/state/wireplumber" # volume settings
|
||||
|
||||
# Language package managers
|
||||
".local/share/cargo"
|
||||
|
@ -90,6 +89,7 @@
|
|||
extraFiles = [
|
||||
".config/git/git-credentials"
|
||||
".cache/walker/history.gob"
|
||||
".local/share/zsh/zsh_history"
|
||||
];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue