added blocklist and bs aliases

This commit is contained in:
Schrottkatze 2022-09-20 20:28:13 +02:00
parent 7dc43db558
commit 5d6e10e53e
2 changed files with 7 additions and 1 deletions

View file

@ -25,7 +25,11 @@ with builtins;
networking.networkmanager.enable = true; # Easiest to use and most distros use this by default. networking.networkmanager.enable = true; # Easiest to use and most distros use this by default.
networking.networkmanager.wifi.backend = "iwd"; 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-manager.users.jade = { nixosConfig, pkgs, ... }: {
home.sessionVariables.TZ = nixosConfig.time.timeZone; home.sessionVariables.TZ = nixosConfig.time.timeZone;

View file

@ -54,6 +54,8 @@ in with lib; {
# fucking around # fucking around
"" = "nvim"; "" = "nvim";
"grammar" = "polymc";
"minecraft" = "polymc";
}; };
oh-my-zsh = { oh-my-zsh = {
enable = true; enable = true;