From 4ef41bd03ed7bc30b38285a08865d9549b4d91e9 Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 29 Jun 2025 15:33:55 +0300 Subject: [PATCH] Added starship pkg call in shell.nix --- modules/common/shell.nix | 2 ++ 1 file changed, 2 insertions(+) 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 = {