Select the types of activity you want to include in your feed.
1{ ... }: 2{ 3 imports = [ ./common.nix ]; 4 5 nyx.oh-my-posh.enable = true; 6 # nyx.zsh.enable = true; 7 nyx.fish.enable = true; 8 nyx.zellij.enable = true; 9 10 home.sessionVariables = { 11 COLORTERM = "truecolor"; 12 }; 13 14}