initial commit

This commit is contained in:
2024-07-30 00:09:42 -04:00
commit b2afed60e0
18 changed files with 690 additions and 0 deletions

9
home/starship.nix Normal file
View File

@ -0,0 +1,9 @@
{ lib, config, ... }:
{
programs.starship = {
enable = true;
enableFishIntegration = true;
settings = { };
};
}