feat(homes): Move tor-browser to nixos module

This commit is contained in:
Mohammad Rafiq 2025-07-14 02:47:08 +08:00
parent 7d9efe0b29
commit 003a676da0
No known key found for this signature in database
2 changed files with 1 additions and 1 deletions

View file

@ -43,7 +43,6 @@
home = {
packages = with pkgs; [
prismlauncher
tor-browser
vlc
];
sessionVariables = {

View file

@ -85,6 +85,7 @@ in
packages = with pkgs; [
wl-clipboard-rs
stremio
tor-browser
];
sessionVariables = {
LAUNCHER = "fuzzel";