1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

chore: persist some game files

This commit is contained in:
oddlama 2023-09-14 15:02:12 +02:00
parent 1f2a22fd38
commit ce339bb50f
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
2 changed files with 6 additions and 1 deletions

View file

@ -3,7 +3,7 @@
prismlauncher
];
home.persistence."/state".directories = [
home.persistence."/persist".directories = [
".local/share/PrismLauncher"
];
}