cli/starship: update hostname inheri
This commit is contained in:
parent
affe652154
commit
ffbfb8d617
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
...
|
...
|
||||||
}: let
|
}: let
|
||||||
inherit (builtins) map;
|
inherit (builtins) map;
|
||||||
inherit (config.modules.other.system) username;
|
inherit (config.meta.mainUser) username;
|
||||||
hmCfg = config.home-manager.users.${username};
|
hmCfg = config.home-manager.users.${username};
|
||||||
|
|
||||||
inherit (lib.strings) concatStrings;
|
inherit (lib.strings) concatStrings;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue