Regenerated

This commit is contained in:
2026-03-30 13:40:30 +00:00
parent 27d16b54db
commit b975d78b24
3 changed files with 294 additions and 291 deletions
+290 -289
View File
File diff suppressed because it is too large Load Diff
+2 -1
View File
@@ -637,7 +637,8 @@ in
home.file = { home.file = {
".config/starship.toml" = { ".config/starship.toml" = {
source = starshipConfSrc; #source = starshipConfSrc;
settings = builtins.fromTOML (builtins.readFile starshipConfSrc);
force = true; force = true;
}; };
}; };
@@ -24,7 +24,8 @@ in
home.file = { home.file = {
".config/starship.toml" = { ".config/starship.toml" = {
source = starshipConfSrc; #source = starshipConfSrc;
settings = builtins.fromTOML (builtins.readFile starshipConfSrc);
force = true; force = true;
}; };
}; };