my NixOS and nix-darwin config
fork

Configure Feed

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

username is now showing on both devices

suri.codes fb17dc42 d1c108ab

verified
+11 -2
+1 -1
hosts/Daedalus/default.nix
··· 52 52 "tailscale-app" 53 53 "GrandPerspective" 54 54 "skim" 55 - "kicad" 55 + # "kicad" 56 56 "wispr-flow" 57 57 # "blender" 58 58 ];
+10 -1
modules/home/prompts/starship/starship.toml
··· 5 5 continuation_prompt = "[▸▹ ](dimmed white)" 6 6 7 7 format = """( $directory$nix_shell$container$fill$git_metrics\n)$cmd_duration\ 8 - $username\ 8 + ${custom.username}\ 9 9 ${custom.hostname}\ 10 10 $character""" 11 11 ··· 181 181 symbol = "" 182 182 when=true 183 183 format = "[@$output]($style) " 184 + 185 + 186 + [custom.username] 187 + description = "username" 188 + command = 'whoami' 189 + style = "bold bright-yellow" 190 + symbol = "" 191 + when=true 192 + format = "[$output]($style)" 184 193 185 194 # custom module for jj status 186 195 [custom.jj]