enable dircolors
This commit is contained in:
parent
691f361b08
commit
a6d034b370
@ -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;
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user