working on starship

This commit is contained in:
2026-03-11 14:41:43 +01:00
parent c2315c04ce
commit f0ed605cf4
@@ -1,5 +1,12 @@
{
lib,
config,
pkgs,
flakeRoot,
...
}:
let let
flakeRoot = getFlake "/path/to/your/flake/root"; # e.g., ~/Droidnix
starshipConfig = builtins.readFile (flakeRoot + "/assets/system/conf/starship.toml"); starshipConfig = builtins.readFile (flakeRoot + "/assets/system/conf/starship.toml");
in in
{ {