mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-22 05:14:42 +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.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;
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue