mirror of
https://github.com/ItsDrike/nixdots
synced 2024-11-10 02:49:41 +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/wakatime"
|
||||||
".local/share/nvim"
|
".local/share/nvim"
|
||||||
".local/state/nvim"
|
".local/state/nvim"
|
||||||
".local/share/zsh"
|
|
||||||
|
|
||||||
# Services
|
# Services
|
||||||
".local/state/wireplumber"
|
".local/state/wireplumber" # volume settings
|
||||||
|
|
||||||
# Language package managers
|
# Language package managers
|
||||||
".local/share/cargo"
|
".local/share/cargo"
|
||||||
|
@ -90,6 +89,7 @@
|
||||||
extraFiles = [
|
extraFiles = [
|
||||||
".config/git/git-credentials"
|
".config/git/git-credentials"
|
||||||
".cache/walker/history.gob"
|
".cache/walker/history.gob"
|
||||||
|
".local/share/zsh/zsh_history"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue