add stevenblack blocklist

This commit is contained in:
tristan 2024-03-05 20:34:12 +00:00
commit 4ea85b9368
5 changed files with 23 additions and 11 deletions

View file

@ -1,12 +1,8 @@
{
inputs,
config,
pkgs,
lib,
...
}: let
user = config.user;
in {
}: {
imports = [
inputs.stylix.nixosModules.stylix
];
@ -58,6 +54,11 @@ in {
hardware.bluetooth.enable = true;
services.blueman.enable = true;
networking.stevenblack = {
enable = true;
block = ["porn" "gambling"];
};
stylix = {
image = ../images/nix-soft.png;
base16Scheme = "${pkgs.base16-schemes}/share/themes/onedark.yaml";