feat(home): persist prism launcher directory and add package
This commit is contained in:
parent
d39cad5faa
commit
a33f7062ba
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
];
|
||||
})
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue