mirror of
https://github.com/tuxdotrs/tnvim.git
synced 2025-07-06 21:36:34 +05:30
feat: add persist dirs
This commit is contained in:
@ -4,10 +4,16 @@
|
|||||||
"Projects"
|
"Projects"
|
||||||
"Stuff"
|
"Stuff"
|
||||||
".ssh"
|
".ssh"
|
||||||
|
".wakatime"
|
||||||
|
".config/sops"
|
||||||
|
".local/share/nvim"
|
||||||
|
".local/share/zoxide"
|
||||||
|
".local/state/lazygit"
|
||||||
];
|
];
|
||||||
files = [
|
files = [
|
||||||
".zsh_history"
|
".zsh_history"
|
||||||
".zcompdump"
|
".zcompdump"
|
||||||
|
".wakatime.cfg"
|
||||||
];
|
];
|
||||||
allowOther = true;
|
allowOther = true;
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user