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