cli/starship: update hostname inheri

This commit is contained in:
Charlie Root 2024-10-14 12:06:40 +02:00
commit ffbfb8d617
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw

View file

@ -5,7 +5,7 @@
...
}: let
inherit (builtins) map;
inherit (config.modules.other.system) username;
inherit (config.meta.mainUser) username;
hmCfg = config.home-manager.users.${username};
inherit (lib.strings) concatStrings;