this repo has no description
fork

Configure Feed

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

at nixos 10 lines 113 B view raw
1{ ... }: 2 3{ 4 environment = { 5 variables = { 6 CM_LAUNCHER = "rofi"; 7 EDITOR = "nvim"; 8 }; 9 }; 10}