diff --git a/configs/default.nix b/configs/default.nix index fbb947c..b79dee2 100644 --- a/configs/default.nix +++ b/configs/default.nix @@ -314,6 +314,7 @@ in { ./themes/mac-os.nix ./theming.nix ./tmux.nix + ./tor.nix ./todo-txt.nix ./traadfri.nix ./unclutter.nix diff --git a/configs/tor.nix b/configs/tor.nix new file mode 100644 index 0000000..99115db --- /dev/null +++ b/configs/tor.nix @@ -0,0 +1,4 @@ +{ + services.tor.enable = true; + services.tor.torsocks.enable = true; +}