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 = {
|
||||
enable = true;
|
||||
# Load your custom starship.toml directly
|
||||
settings = builtins.readFile ./assets/system/conf/starship.toml;
|
||||
settings = starshipConfig;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user