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