[nix] Enable starship via it's home-manager module

This commit is contained in:
Sebastian Schulze 2023-04-13 22:46:18 +02:00
parent 9ffcce04f2
commit 0700e400d3
No known key found for this signature in database
GPG Key ID: F6BA63C6A7D3044E
1 changed files with 2 additions and 0 deletions

View File

@ -278,6 +278,8 @@ in
size = 22;
};
programs.starship.enable = true;
programs.starship.enableBashIntegration = true;
programs.direnv.enable = true;
programs.direnv.nix-direnv.enable = true;
programs.fish.package = pkgs.fish;