Regenerated
This commit is contained in:
+290
-289
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -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;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user