diff options
| author | seth <[email protected]> | 2023-02-20 01:53:23 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2023-02-20 01:53:23 -0500 |
| commit | 0957b051ef4befd86ce97deef04f5095bea9543b (patch) | |
| tree | a669111fa7b0123a4e77819ddce0c0c75bef554f /users/seth/programs/starship.nix | |
| parent | a276cdbfa83425423c096d8049e6e29770018e31 (diff) | |
start using nixpkgs-fmt
Diffstat (limited to 'users/seth/programs/starship.nix')
| -rw-r--r-- | users/seth/programs/starship.nix | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/users/seth/programs/starship.nix b/users/seth/programs/starship.nix index 5c50b4b..7c213cf 100644 --- a/users/seth/programs/starship.nix +++ b/users/seth/programs/starship.nix @@ -1,8 +1,8 @@ _: { - programs.starship = { - enable = false; - settings = { - format = "" " + programs.starship = { + enable = false; + settings = { + format = "" " $username\ $hostname\ $directory\ @@ -24,6 +24,6 @@ _: { $shell\ $character " ""; - }; - }; + }; + }; } |
