working on starship
This commit is contained in:
@@ -1,5 +1,12 @@
|
|||||||
|
{
|
||||||
|
lib,
|
||||||
|
config,
|
||||||
|
pkgs,
|
||||||
|
flakeRoot,
|
||||||
|
...
|
||||||
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
flakeRoot = getFlake "/path/to/your/flake/root"; # e.g., ~/Droidnix
|
|
||||||
starshipConfig = builtins.readFile (flakeRoot + "/assets/system/conf/starship.toml");
|
starshipConfig = builtins.readFile (flakeRoot + "/assets/system/conf/starship.toml");
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user