Remove torsocks

This commit is contained in:
2024-04-12 16:05:36 +01:00
parent 4940b1e7f6
commit f57d0d750c

View File

@@ -33,7 +33,6 @@
# CLI Apps
syncthing
torsocks
neofetch
unzip
eza
@@ -157,16 +156,12 @@
# =======================================================================
# Autostart Syncthing on boot
services.syncthing = {
enable = true;
};
services.syncthing.enable = true;
programs.home-manager.enable = true;
# Default browser
xdg.mimeApps = {
enable = true;
defaultApplications = {
"text/html" = "firefox.desktop";
"x-scheme-handler/http" = "firefox.desktop";