From aa2b604ce7f5b48b960763c88dc48b97de19087d Mon Sep 17 00:00:00 2001 From: seth Date: Sat, 11 Mar 2023 23:41:34 -0500 Subject: enable starship --- users/seth/shell/default.nix | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'users/seth/shell/default.nix') diff --git a/users/seth/shell/default.nix b/users/seth/shell/default.nix index a717e59..fd9f3a0 100644 --- a/users/seth/shell/default.nix +++ b/users/seth/shell/default.nix @@ -4,6 +4,13 @@ ./fish.nix ]; + programs.starship = { + enable = true; + enableFishIntegration = true; + }; + + xdg.configFile."starship.toml".source = ./starship.toml; + home = { sessionVariables = { EDITOR = "nvim"; -- cgit v1.2.3