diff options
| author | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-07-08 01:17:08 +0000 |
|---|---|---|
| committer | Collin Williams <96917990+bluedragon1221@users.noreply.github.com> | 2025-07-08 01:17:08 +0000 |
| commit | 2006018e7a280f70c9a7d9efc70632fbb86059ac (patch) | |
| tree | 07c5bc0155ad75a07a093a77668ca89c9f18b010 /hosts | |
| parent | ccfe06ffcf61daef56cfe0e5d3488dcb5df00bc8 (diff) | |
.source -> .text where possible
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/mercury/config.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix index 61679fc..6cd002f 100644 --- a/hosts/mercury/config.nix +++ b/hosts/mercury/config.nix @@ -45,6 +45,7 @@ programs = { tmux.enable = true; lazygit.enable = true; + starship.enable = true; git = { enable = true; |
