added from repo for now

This commit is contained in:
alsaiduq-lab 2025-06-30 22:19:13 -06:00
parent e68f143de6
commit 45676774df
2 changed files with 16 additions and 4 deletions

View file

@ -1,8 +1,12 @@
{
pkgs,
lib,
i3dotfiles,
...
}: {
home.packages = with pkgs; [
starship
];
programs.starship = {
enable = true;
enableFishIntegration = true;
settings = lib.importTOML "${i3dotfiles}/starship.toml";
};
}