bring zsh config path up to date
This commit is contained in:
@@ -14,17 +14,19 @@
|
||||
};
|
||||
|
||||
|
||||
home-manager.users.shatteredmint = {
|
||||
home-manager.users.shatteredmint = {config, ...}: {
|
||||
home.stateVersion = "24.11";
|
||||
|
||||
home.username = "shatteredmint";
|
||||
home.homeDirectory = "/home/shatteredmint";
|
||||
|
||||
programs.zsh = {
|
||||
|
||||
dotDir = "${config.xdg.configHome}/zsh";
|
||||
enable = true;
|
||||
autosuggestion = {
|
||||
enable = true;
|
||||
highlight = "fg=white,bg=green,bold";
|
||||
highlight = "fg=white,bg=green,bold";
|
||||
};
|
||||
defaultKeymap = "viins";
|
||||
|
||||
@@ -67,5 +69,6 @@
|
||||
home.sessionPath = [
|
||||
"$HOME/scripts"
|
||||
];
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user