Select the types of activity you want to include in your feed.
1{ 2 flake.nixosModules.bootloader = { ... }: { 3 boot.loader.efi.canTouchEfiVariables = true; 4 boot.loader.systemd-boot.enable = true; 5 boot.loader.systemd-boot.configurationLimit = 10; 6 boot.loader.timeout = 0; 7 }; 8}