diff --git a/common.nix b/common.nix index 48c2e9c..0b39a73 100644 --- a/common.nix +++ b/common.nix @@ -26,9 +26,12 @@ with builtins; networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. networking.networkmanager.wifi.backend = "iwd"; networking.extraHosts = '' - 127.0.0.1 www.tiktok.com - 127.0.0.1 www.youtube.com - 127.0.0.1 www.reddit.com + 127.0.0.1 tiktok.com + 127.0.0.1 youtube.com + 127.0.0.1 reddit.com + 127.0.0.1 twitter.com + 127.0.0.1 instagram.com + 127.0.0.1 facebook.com ''; home-manager.users.jade = { nixosConfig, pkgs, ... }: {