Regenerated

This commit is contained in:
2026-03-22 17:16:57 +00:00
parent 3de4e8ef79
commit cda6de2bd8
33 changed files with 1557 additions and 1 deletions
@@ -0,0 +1,7 @@
{ config, pkgs, lib, flakeRoot, ... }:
{
programs.starship = {
enable = true; # enable Starship integration
};
}