Personal-use NixOS configuration
0
fork

Configure Feed

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

at main 11 lines 118 B view raw
1{ pkgs, ... }: 2 3{ 4 users.users.encode42 = { 5 isNormalUser = true; 6 7 shell = pkgs.fish; 8 9 uid = 1000; 10 }; 11}