feat(homes/rafiq): persist sunshine state directory

This commit is contained in:
Mohammad Rafiq 2025-06-06 17:22:24 +08:00
parent 73a9294508
commit 264fa4d8a9
No known key found for this signature in database

View file

@ -26,5 +26,10 @@
".local/share/Steam" ".local/share/Steam"
]; ];
}) })
(lib.mkIf osConfig.desktop.enableSunshine {
home.persistence."/persist/home/${config.snowfallorg.user.name}".directories = [
".config/sunshine"
];
})
]; ];
} }