Finish felixalbpc, cleanup home-manager

This commit is contained in:
2024-09-13 14:10:29 +02:00
parent 5ea3e8730d
commit 38648a08ed
9 changed files with 111 additions and 41 deletions

View File

@@ -2,6 +2,7 @@
programs = {
zsh = {
enable = true;
history.extended = true;
prezto = {
enable = true;
@@ -14,8 +15,6 @@
pwdLength = "long";
showReturnVal = true;
};
history.extended = true;
historySubstringSearch.enable = true;
terminal.autoTitle = true;
pmodules = [
@@ -23,6 +22,7 @@
"terminal"
"editor"
"history"
"history-substring-search"
# "directory"
"spectrum"
# "utility"