enable dircolors

This commit is contained in:
Victor Ișan 2026-06-14 22:12:05 +02:00
parent 691f361b08
commit a6d034b370

View File

@ -7,7 +7,9 @@
};
home-manager.users.${myUser} = {
programs.starship = {
programs = {
dircolors.enable = true;
starship = {
enable = true;
settings = {
add_newline = false;
@ -16,8 +18,7 @@
line_break.disabled = true;
};
};
programs.zsh = {
zsh = {
enable = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
@ -38,6 +39,7 @@
vim = "nvim";
};
};
};
home.stateVersion = config.system.stateVersion;
};