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
+1 -2
View File
@@ -1307,11 +1307,10 @@ This file sets up starship prompt
lib,
config,
pkgs,
flakeRoot,
...
}:
let
starshipConfig = lib.importTOML ("../../../assets/system/conf/starship.toml");
starshipConfig = lib.importTOML ("./assets/system/conf/starship.toml");
in
{
programs.starship = {
@@ -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 = {