hycov, nerdfonts, some zsh conf
This commit is contained in:
parent
b1c446ebfe
commit
fb92731190
8 changed files with 249 additions and 33 deletions
|
|
@ -71,6 +71,12 @@ in {
|
|||
programs.starship.enable = true;
|
||||
programs.zsh = {
|
||||
enable = true;
|
||||
dotDir = ".config/zsh";
|
||||
history = {
|
||||
path = "${config.xdg.dataHome}/zsh/zsh_history";
|
||||
};
|
||||
defaultKeymap = "vicmd";
|
||||
autocd = true;
|
||||
};
|
||||
|
||||
services.udiskie = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue