Added starship pkg call in shell.nix
This commit is contained in:
@@ -13,6 +13,8 @@
|
||||
'';
|
||||
};
|
||||
programs.fish.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [ starship ];
|
||||
programs.starship = {
|
||||
enable = true;
|
||||
settings = {
|
||||
|
||||
Reference in New Issue
Block a user