Personal-use NixOS configuration
0
fork

Configure Feed

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

at main 13 lines 161 B view raw
1{ flakeRoot, ... }: 2 3{ 4 imports = [ 5 (flakeRoot + /config/desktop/home-manager.nix) 6 7 ./encode42.nix 8 ]; 9 10 users.groups.media = { 11 gid = 442; 12 }; 13}