Working on reshuffling

This commit is contained in:
2026-03-19 08:37:46 +00:00
parent 339423dba0
commit d19ffdf7e1
2 changed files with 4 additions and 2 deletions
@@ -2,10 +2,11 @@
lib,
config,
pkgs,
flakeRoot,
...
}:
let
starshipConfig = lib.importTOML ("./assets/system/conf/starship.toml");
starshipConfig = lib.importTOML (flakeRoot + "/assets/system/conf/starship.toml");
in
{
programs.starship = {