feat(xonsh): added starship

This commit is contained in:
Artur Manuel 2025-01-08 09:44:48 +00:00
commit b132ba2447
3 changed files with 158 additions and 0 deletions

View file

@ -20,6 +20,7 @@
hash = "sha256-vCWs+TOVURl18EdbJr5QAHfB+JX9lYJ3TPO6IklKeFE=";
};
});
amadaluzian-starship = prev.callPackage ./derivations/starship.nix {};
};
perSystem = {pkgs, ...}: {
packages = self.overlays.default null pkgs;