diff --git a/modules/common/shell.nix b/modules/common/shell.nix index a81a96e..69fdf92 100644 --- a/modules/common/shell.nix +++ b/modules/common/shell.nix @@ -13,6 +13,8 @@ ''; }; programs.fish.enable = true; + + environment.systemPackages = with pkgs; [ starship ]; programs.starship = { enable = true; settings = {