enable dircolors
This commit is contained in:
parent
691f361b08
commit
a6d034b370
@ -7,7 +7,9 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.${myUser} = {
|
home-manager.users.${myUser} = {
|
||||||
programs.starship = {
|
programs = {
|
||||||
|
dircolors.enable = true;
|
||||||
|
starship = {
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
add_newline = false;
|
add_newline = false;
|
||||||
@ -16,8 +18,7 @@
|
|||||||
line_break.disabled = true;
|
line_break.disabled = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
zsh = {
|
||||||
programs.zsh = {
|
|
||||||
enable = true;
|
enable = true;
|
||||||
autosuggestion.enable = true;
|
autosuggestion.enable = true;
|
||||||
syntaxHighlighting.enable = true;
|
syntaxHighlighting.enable = true;
|
||||||
@ -38,6 +39,7 @@
|
|||||||
vim = "nvim";
|
vim = "nvim";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
};
|
||||||
|
|
||||||
home.stateVersion = config.system.stateVersion;
|
home.stateVersion = config.system.stateVersion;
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user