Select the types of activity you want to include in your feed.
1{ config, lib, pkgs, ... }: 2{ 3 imports = [ ./legacy/yaoi-hardware.nix ]; 4 networking.hostName = "yaoi"; 5 # battery is fucked 6 services.fwupd.daemonSettings.DisabledPlugins = [ "upower" ]; 7}