Personal-use NixOS configuration
0
fork

Configure Feed

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

at main 7 lines 89 B view raw
1{ 2 boot.loader.systemd-boot = { 3 editor = false; 4 5 configurationLimit = 6; 6 }; 7}