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;