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,12 +0,0 @@
{ 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;
};
}