Working on reshuffling

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