Personal-use NixOS configuration
0
fork

Configure Feed

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

at main 7 lines 139 B view raw
1{ config, flakeLib, ... }: 2 3{ 4 programs.adb.enable = true; 5 6 users.groups.adb.members = flakeLib.forAllUsers (user: user.name) config; 7}