feat(home): persist prism launcher directory and add package

This commit is contained in:
Mohammad Rafiq 2025-06-14 04:51:23 +08:00
parent d39cad5faa
commit a33f7062ba
No known key found for this signature in database

View file

@ -27,6 +27,9 @@ in
{
config = mkMerge [
(mkIf osConfig.desktop.enable {
home.persistence."/persist/home/rafiq".directories = [
".local/share/PrismLauncher"
];
programs = {
obs-studio.enable = true;
thunderbird.enable = true;
@ -35,6 +38,7 @@ in
home.packages = with pkgs; [
stremio
tor-browser
prismlauncher
];
})
{