diff --git a/common.nix b/common.nix index 191a334..48c2e9c 100644 --- a/common.nix +++ b/common.nix @@ -25,7 +25,11 @@ with builtins; networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. networking.networkmanager.wifi.backend = "iwd"; - networking.extraHosts = "100.122.76.64 listenwithme.tailnet.ckie.dev"; + networking.extraHosts = '' + 127.0.0.1 www.tiktok.com + 127.0.0.1 www.youtube.com + 127.0.0.1 www.reddit.com + ''; home-manager.users.jade = { nixosConfig, pkgs, ... }: { home.sessionVariables.TZ = nixosConfig.time.timeZone; diff --git a/modules/zsh.nix b/modules/zsh.nix index 6d9b640..7afa11e 100644 --- a/modules/zsh.nix +++ b/modules/zsh.nix @@ -54,6 +54,8 @@ in with lib; { # fucking around "" = "nvim"; + "grammar" = "polymc"; + "minecraft" = "polymc"; }; oh-my-zsh = { enable = true;