From 6abc664e6238fffc4750e26241edea8be48f5ded Mon Sep 17 00:00:00 2001 From: Juni Kim Date: Sat, 16 Jul 2022 14:15:42 -0400 Subject: [PATCH] starship --- configuration.nix | 2 ++ users.nix | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/configuration.nix b/configuration.nix index cfb6405..0e6ae44 100644 --- a/configuration.nix +++ b/configuration.nix @@ -66,6 +66,8 @@ programs.zsh.ohMyZsh.plugins = [ "git" "command-not-found" ]; programs.zsh.syntaxHighlighting.enable = true; + programs.starship.enable = true; + # List services that you want to enable: # Enable the OpenSSH daemon. diff --git a/users.nix b/users.nix index e59bbfa..b705b65 100644 --- a/users.nix +++ b/users.nix @@ -55,7 +55,6 @@ in git = { enable = true; }; - starship.enable = true; }; }; in {