Changed starship call: deleted the program call in hosts/puter/packages.nix and called it for user in modules/common/shell.nix

This commit is contained in:
2025-06-29 15:19:36 +03:00
parent 08b2a3cd50
commit fd1153568f
2 changed files with 3 additions and 9 deletions

View File

@@ -21,7 +21,6 @@
gcc
python
alejandra
starship
devenv
nodejs
mermaid-cli

View File

@@ -1,9 +1,4 @@
{
config,
pkgs,
lib,
...
}: {
{ config, pkgs, lib, ... }: {
environment.variables.EDITOR = "nvim";
users.users.user.shell = pkgs.bash;
@@ -18,7 +13,7 @@
'';
};
programs.fish.enable = true;
programs.starship = {
users.users.user.programs.starship = {
enable = true;
settings = {
add_newline = true;