Regenerated

This commit is contained in:
2026-03-22 15:28:02 +00:00
parent 724f7ab05f
commit 7fca8de333
32 changed files with 1 additions and 1571 deletions
+1 -6
View File
@@ -1186,13 +1186,8 @@ This file sets up starship prompt
{ 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;
enable = true; # enable Starship integration
};
}
#+END_SRC