feat(desktop): move tor-browser config to nixos module

This commit is contained in:
Mohammad Rafiq 2025-06-14 18:29:18 +08:00
parent f5a046cd58
commit da52d32c91
No known key found for this signature in database
3 changed files with 25 additions and 6 deletions

View file

@ -5,7 +5,6 @@
"repos"
"vids"
"tmp"
".tor project"
".local/share/PrismLauncher"
];
programs = {
@ -15,7 +14,6 @@
};
home.packages = with pkgs; [
stremio
tor-browser
prismlauncher
];
}