Personal-use NixOS configuration
0
fork

Configure Feed

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

at main 7 lines 90 B view raw
1{ 2 networking.networkmanager.wifi = { 3 backend = "iwd"; 4 5 powersave = true; 6 }; 7}