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