working starship
This commit is contained in:
parent
6198292cee
commit
fefa90ecbb
4 changed files with 65 additions and 1 deletions
|
@ -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;};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue