This commit is contained in:
2025-10-24 20:16:50 -05:00
parent e8b8791267
commit c04feaaba0
6 changed files with 48 additions and 39 deletions

View File

@@ -0,0 +1,8 @@
{pkgs,...}:
{
programs.starship = {
enable = true;
enableFishIntegration = true;
};
}