Working on reshuffling

This commit is contained in:
2026-03-19 08:35:41 +00:00
parent 87c2dc196d
commit abf7c2cb4a
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1311,7 +1311,7 @@ This file sets up starship prompt
... ...
}: }:
let let
starshipConfig = lib.importTOML (flakeRoot + "/assets/system/conf/starship.toml"); starshipConfig = lib.importTOML ("../../../assets/system/conf/starship.toml");
in in
{ {
programs.starship = { programs.starship = {
@@ -6,7 +6,7 @@
... ...
}: }:
let let
starshipConfig = lib.importTOML (flakeRoot + "/assets/system/conf/starship.toml"); starshipConfig = lib.importTOML ("../../../assets/system/conf/starship.toml");
in in
{ {
programs.starship = { programs.starship = {