chore: add serpantinum to persist dir

This commit is contained in:
tux
2026-09-12 18:12:11 +05:30
parent ef09a8a5d4
commit dedda22aea
2 changed files with 4 additions and 1 deletions

View File

@@ -27,6 +27,7 @@
".bun" ".bun"
".rustup" ".rustup"
".cache/awww" ".cache/awww"
".cache/serpantinum"
".config/BraveSoftware" ".config/BraveSoftware"
".config/zed" ".config/zed"
".config/Vencord" ".config/Vencord"

View File

@@ -23,10 +23,11 @@
home = { home = {
directories = [ directories = [
"Distrobox" "Distrobox"
".steam"
".bun" ".bun"
".rustup" ".rustup"
".steam"
".cache/awww" ".cache/awww"
".cache/serpantinum"
".config/BraveSoftware" ".config/BraveSoftware"
".config/zed" ".config/zed"
".config/Vencord" ".config/Vencord"
@@ -46,6 +47,7 @@
".local/state/lazygit" ".local/state/lazygit"
".local/share/vicinae" ".local/share/vicinae"
".local/share/TelegramDesktop" ".local/share/TelegramDesktop"
".local/share/GalaxyBudsClient"
".local/state/serpantinum" ".local/state/serpantinum"
".local/share/zed" ".local/share/zed"
]; ];