Select the types of activity you want to include in your feed.
1{ ... }: 2{ 3 flake-file.inputs = { 4 nix-cachyos-kernel = { 5 type = "github"; 6 owner = "xddxdd"; 7 repo = "nix-cachyos-kernel"; 8 ref = "release"; 9 }; 10 }; 11}