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