mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-21 21:04:41 +01:00
added blocklist and bs aliases
This commit is contained in:
parent
7dc43db558
commit
5d6e10e53e
|
@ -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;
|
||||
|
|
|
@ -54,6 +54,8 @@ in with lib; {
|
|||
|
||||
# fucking around
|
||||
"" = "nvim";
|
||||
"grammar" = "polymc";
|
||||
"minecraft" = "polymc";
|
||||
};
|
||||
oh-my-zsh = {
|
||||
enable = true;
|
||||
|
|
Loading…
Reference in a new issue