Remove torsocks
This commit is contained in:
7
home.nix
7
home.nix
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user