Regenerated
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
{ config, pkgs, lib, flakeRoot, ... }:
|
||||
|
||||
{
|
||||
xdg.enable = true;
|
||||
|
||||
programs.starship = {
|
||||
enable = true; # turns on starship integration for supported shells
|
||||
# Optional extra options you want to keep
|
||||
transientPrompt = true;
|
||||
interactiveOnly = false;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user