block social

This commit is contained in:
Ivan Kirilov Dimitrov 2024-08-02 11:54:02 +02:00
parent 91acd7e216
commit 09c083c5e4
No known key found for this signature in database
GPG Key ID: 0BDAD4B211C49294

View File

@ -25,7 +25,7 @@ top@{ moduleWithSystem, ... }: {
users.defaultUserShell = pkgs.zsh; users.defaultUserShell = pkgs.zsh;
programs = { zsh.enable = true; nix-ld.enable = true; }; programs = { zsh.enable = true; nix-ld.enable = true; };
services = { dbus.enable = true; }; services = { dbus.enable = true; };
networking = { stevenBlackHosts = { enable = true; blockFakenews = true; blockGambling = true; }; }; networking = { stevenBlackHosts = { enable = true; blockFakenews = true; blockGambling = true; blockSocial = true; }; };
}); });
sound = moduleWithSystem (toplevel@{ ... }: perSystem@{ pkgs, ... }: { sound = moduleWithSystem (toplevel@{ ... }: perSystem@{ pkgs, ... }: {
services = { pipewire = { enable = true; alsa.enable = true; pulse.enable = true; }; }; services = { pipewire = { enable = true; alsa.enable = true; pulse.enable = true; }; };
@ -139,8 +139,8 @@ top@{ moduleWithSystem, ... }: {
}; };
}; };
extraGroups = { mlocate = { }; }; extraGroups = { mlocate = { }; };
programs.dconf.enable = true;
}; };
programs.dconf.enable = true;
}); });
flatpak = { flatpak = {
xdg = { portal = { enable = true; wlr.enable = true; config.common.default = "*"; }; }; xdg = { portal = { enable = true; wlr.enable = true; config.common.default = "*"; }; };