working starship

This commit is contained in:
Charlie Root 2024-11-02 12:38:44 +01:00
commit fefa90ecbb
Signed by: faukah
SSH key fingerprint: SHA256:jpYIt4Vkz1NBTQcks/N9OPTfTFxE6KF2W/rV7hrfrIw
4 changed files with 65 additions and 1 deletions

View file

@ -1,5 +1,9 @@
# This shell setup was inspired by sioodmy. Check out his setup!
{pkgs, ...}: let
{
lib,
pkgs,
...
}: let
toml = pkgs.formats.toml {};
starship-config = import ./starship.nix;
aliases = import ./aliases.nix {inherit pkgs;};