working on starship

This commit is contained in:
2026-03-11 14:43:42 +01:00
parent f0ed605cf4
commit f2a1a49d09
@@ -7,7 +7,7 @@
}:
let
starshipConfig = builtins.readFile (flakeRoot + "/assets/system/conf/starship.toml");
starshipConfig = lib.importTOML (flakeRoot + "/assets/system/conf/starship.toml");
in
{
programs.starship = {