From 38bdd56637e8abb9153468b4819bf7733377c5bb Mon Sep 17 00:00:00 2001 From: Yorick Barbanneau Date: Fri, 31 May 2024 18:53:17 +0200 Subject: [PATCH] feat: add Starship to Morty --- hosts/morty/home-config.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/morty/home-config.nix b/hosts/morty/home-config.nix index 1701470..bd1d909 100644 --- a/hosts/morty/home-config.nix +++ b/hosts/morty/home-config.nix @@ -10,6 +10,7 @@ ghq.enable = true; git.enable = true; neovim.enable = true; + starship.enable = true; utils.enable = true; vifm.enable = true; zsh.enable = true;