From 7546dfef6828a892f4656d32a8fcb79a73ecb2b0 Mon Sep 17 00:00:00 2001 From: kenny Date: Sun, 29 Jun 2025 15:22:48 +0300 Subject: [PATCH] Removed user-based starship call, is not correct --- modules/common/shell.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/common/shell.nix b/modules/common/shell.nix index 287f7bd..a81a96e 100644 --- a/modules/common/shell.nix +++ b/modules/common/shell.nix @@ -13,7 +13,7 @@ ''; }; programs.fish.enable = true; - users.users.user.programs.starship = { + programs.starship = { enable = true; settings = { add_newline = true;