cli: Enable starship shell prompt

This commit is contained in:
Alexander Kobjolke 2023-07-02 10:50:36 +02:00
parent cbbc252230
commit c34946321f

View file

@ -117,6 +117,10 @@ in {
}; };
}; };
starship = {
enable = true;
};
# better cat # better cat
bat.enable = true; bat.enable = true;