My Nix Configuration
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 7 lines 99 B view raw
1{ 2 config = { 3 xdg.configFile."niri/config.kdl" = { 4 source = ./config.kdl; 5 }; 6 }; 7}