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