this repo has no description
0
fork

Configure Feed

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

refactor: don't need full name

-8
-7
base/default.nix
··· 10 10 type = lib.types.str; 11 11 description = "Local account username for this host."; 12 12 }; 13 - 14 - fullName = lib.mkOption { 15 - type = lib.types.str; 16 - default = "Khue Doan"; 17 - description = "Display name for the primary user."; 18 - }; 19 - 20 13 }; 21 14 22 15 config = {
-1
base/linux.nix
··· 127 127 128 128 users.users.${username} = { 129 129 isNormalUser = true; 130 - description = config.primaryUser.fullName; 131 130 extraGroups = [ 132 131 "docker" 133 132 "libvirtd"